mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 15:00:22 +08:00
psxtmbarrier04/init.c: Fix warnings
This commit is contained in:
@@ -77,6 +77,9 @@ void *POSIX_Init(
|
||||
*/
|
||||
benchmark_timer_initialize();
|
||||
status = pthread_barrier_wait( &barrier );
|
||||
|
||||
/* avoid warning but should not be executed */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* configuration information */
|
||||
|
||||
Reference in New Issue
Block a user