summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-11-02 16:54:48 -0500
committerJoel Sherrill <joel@rtems.org>2018-11-02 16:54:48 -0500
commita6d40d0c2889d0b327fb5399dc47c092caee8865 (patch)
tree14d0473e9236ff91666ebd4a15a2f6562732ed6e
parentrtems-test-template: Ensure more templates compile (diff)
downloadrtems-testing-a6d40d0c2889d0b327fb5399dc47c092caee8865.tar.bz2
psxtmtest_unblocking_nopreempt/init.c: Now compiles
-rw-r--r--rtems-test-template/psxtmtest_unblocking_nopreempt/init.c5
1 files 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 <sched.h>
#include <rtems/btimer.h>
-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 );