summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-08 16:20:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-08 16:20:47 +0000
commit1019ae4c4dd2b481f3cf6ff493503eafda90b88d (patch)
treec86478785b8b34ddafe1b2938e97ca70297b86fa /cpukit/score/src/mpci.c
parentadded type definitions for all supported task entry formats (diff)
downloadrtems-1019ae4c4dd2b481f3cf6ff493503eafda90b88d.tar.bz2
added some casts to reduce warnings reported by users with Microtec C++
compiler.
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index ba6625a6a8..576c07b3b9 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -124,7 +124,7 @@ void _MPCI_Create_server( void )
_Thread_Start(
_MPCI_Receive_server_tcb,
THREAD_START_NUMERIC,
- _MPCI_Receive_server,
+ (void *) _MPCI_Receive_server,
NULL,
0
);