Removed warning by adding return NULL.

This commit is contained in:
Joel Sherrill
2000-05-28 17:42:03 +00:00
parent 9d05d68fe6
commit cfca5dba95

View File

@@ -156,6 +156,7 @@ Thread _MPCI_Receive_server(
FALSE, FALSE,
RTEMS_NOT_CONFIGURED RTEMS_NOT_CONFIGURED
); );
return NULL;
} }
void _MPCI_Announce ( void ) void _MPCI_Announce ( void )