summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-28 17:42:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-28 17:42:03 +0000
commitcfca5dba95150c6e16d63e0fd17e647539c06759 (patch)
treeefcffbdfae94d2d79858d5d2f5511d60c7989d84
parentChanged sed command to avoid severe limitations in Solaris /bin/sed. (diff)
downloadrtems-cfca5dba95150c6e16d63e0fd17e647539c06759.tar.bz2
Removed warning by adding return NULL.
-rw-r--r--c/src/exec/rtems/optman/no-mp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/rtems/optman/no-mp.c b/c/src/exec/rtems/optman/no-mp.c
index 5fc8f81df6..6c23d4e923 100644
--- a/c/src/exec/rtems/optman/no-mp.c
+++ b/c/src/exec/rtems/optman/no-mp.c
@@ -156,6 +156,7 @@ Thread _MPCI_Receive_server(
FALSE,
RTEMS_NOT_CONFIGURED
);
+ return NULL;
}
void _MPCI_Announce ( void )