summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-31 20:09:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-31 20:09:49 +0000
commitb041968c1995efa0014d778fdb21c7ff8ddd2ea5 (patch)
tree615de681003a559ff6cc242e8ce88c3e775585d8 /cpukit/score/src/mpci.c
parent2002-10-31 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b041968c1995efa0014d778fdb21c7ff8ddd2ea5.tar.bz2
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* src/heapgetinfo.c: Fixed comment. * src/mpci.c: Removed warning.
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c2
1 files changed, 2 insertions, 0 deletions
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