summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-30 16:06:23 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-30 16:06:23 -0600
commit086494d50ed4c0f183872649d690e6d3817a4180 (patch)
tree7340a95bf0ef1e977e5d4c03f7d74f36b47b012b /testsuites/psxtmtests
parentpsxtmthread02/init.c: Fix warnings (diff)
downloadrtems-086494d50ed4c0f183872649d690e6d3817a4180.tar.bz2
psxtmbarrier04/init.c: Fix warnings
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmbarrier04/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmbarrier04/init.c b/testsuites/psxtmtests/psxtmbarrier04/init.c
index 598561916e..53ff694ab1 100644
--- a/testsuites/psxtmtests/psxtmbarrier04/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier04/init.c
@@ -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 */