From a6d40d0c2889d0b327fb5399dc47c092caee8865 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Nov 2018 16:54:48 -0500 Subject: psxtmtest_unblocking_nopreempt/init.c: Now compiles --- rtems-test-template/psxtmtest_unblocking_nopreempt/init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c b/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c index fae55bf..30ae952 100644 --- a/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c +++ b/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c @@ -24,7 +24,7 @@ #include #include -const char rtems_test_name[] = "@UPPER@";"" +const char rtems_test_name[] = "@UPPER@"; /* forward declarations to avoid warnings */ void *POSIX_Init(void *argument); @@ -36,7 +36,8 @@ void *Blocker( void *argument ) { - (void) /* XXX blocking operation goes here */ + ; /* XXX blocking operation goes here */ + /* should never return */ rtems_test_assert( FALSE ); -- cgit v1.2.3