From b041968c1995efa0014d778fdb21c7ff8ddd2ea5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Oct 2002 20:09:49 +0000 Subject: 2002-10-31 Joel Sherrill * src/heapgetinfo.c: Fixed comment. * src/mpci.c: Removed warning. --- cpukit/score/src/mpci.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/src/mpci.c') diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index 547b690178..dd76ba40fc 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -385,6 +385,8 @@ Thread _MPCI_Receive_server( (*the_function)( the_packet ); } } + + return 0; /* unreached - only to remove warnings */ } /*PAGE -- cgit v1.2.3