psxtmbarrier04/init.c: Fix warnings

This commit is contained in:
Joel Sherrill
2013-11-30 16:06:23 -06:00
parent adc2301723
commit 086494d50e
@@ -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 */