summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-25 16:39:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-25 16:39:31 +0000
commit025ac7a3c3caa5987baf8b8df18ca16957ebf9a1 (patch)
treecd2f2c6be133ee7efc8120cd80d7a5112357ddc4 /cpukit/posix
parent2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-025ac7a3c3caa5987baf8b8df18ca16957ebf9a1.tar.bz2
2008-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/mqueuesendsupp.c: Remove warning.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/src/mqueuesendsupp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/mqueuesendsupp.c b/cpukit/posix/src/mqueuesendsupp.c
index 3f41fa4a09..5b437b04e5 100644
--- a/cpukit/posix/src/mqueuesendsupp.c
+++ b/cpukit/posix/src/mqueuesendsupp.c
@@ -79,7 +79,7 @@ int _POSIX_Message_queue_Send_support(
msg_status = _CORE_message_queue_Submit(
&the_mq->Message_queue,
- msg_ptr,
+ (void *)msg_ptr,
msg_len,
mqdes, /* mqd_t is an object id */
NULL,