summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 04:04:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 04:04:39 +0000
commit9197aefcbee06995f222dde1d15b8a1b0562131a (patch)
tree6871063a3835ff68205706b3c9ea4ee98ff9d21c /testsuites/sptests
parentUse PRIu32 to print uint32_t's. (diff)
downloadrtems-9197aefcbee06995f222dde1d15b8a1b0562131a.tar.bz2
Comment out unused return status.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/sp09/screen13.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp09/screen13.c b/testsuites/sptests/sp09/screen13.c
index e09275555f..a9874b0a48 100644
--- a/testsuites/sptests/sp09/screen13.c
+++ b/testsuites/sptests/sp09/screen13.c
@@ -88,7 +88,7 @@ void Screen13()
status = rtems_clock_set( &time );
directive_failed( status, "rtems_clock_set" );
print_time( "TA1 - rtems_clock_set - ", &time, " - RTEMS_SUCCESSFUL\n" );
- status = rtems_task_wake_after( rtems_clock_get_ticks_per_second() );
+ /* status = */ rtems_task_wake_after( rtems_clock_get_ticks_per_second() );
5 * rtems_clock_get_ticks_per_second(),
status = rtems_clock_get_tod( &time );
directive_failed( status, "rtems_clock_set" );