forked from Imagelibrary/rtems
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
|
||||||
* tmoverhd/dumrtems.h: Rework undef/define cascade.
|
* tmoverhd/dumrtems.h: Rework undef/define cascade.
|
||||||
Add RTEMS_GCC_NOWARN_USED.
|
Add RTEMS_GCC_NOWARN_USED.
|
||||||
* tmoverhd/system.h: Add prototype for Empty_directive();
|
* tmoverhd/system.h: Add prototype for Empty_directive();
|
||||||
|
|||||||
@@ -57,24 +57,24 @@ rtems_task Task_1(
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
rtems_name name;
|
rtems_name name;
|
||||||
uint32_t index;
|
uint32_t index RTEMS_GCC_NOWARN_UNUSED;
|
||||||
rtems_id id;
|
rtems_id id RTEMS_GCC_NOWARN_UNUSED;
|
||||||
rtems_task_priority in_priority;
|
rtems_task_priority in_priority;
|
||||||
rtems_task_priority out_priority;
|
rtems_task_priority out_priority RTEMS_GCC_NOWARN_UNUSED;
|
||||||
rtems_mode in_mode;
|
rtems_mode in_mode;
|
||||||
rtems_mode mask;
|
rtems_mode mask;
|
||||||
rtems_mode out_mode;
|
rtems_mode out_mode RTEMS_GCC_NOWARN_UNUSED;
|
||||||
uint32_t note;
|
uint32_t note;
|
||||||
rtems_time_of_day time;
|
rtems_time_of_day time RTEMS_GCC_NOWARN_UNUSED;
|
||||||
rtems_interval timeout;
|
rtems_interval timeout;
|
||||||
rtems_signal_set signals;
|
rtems_signal_set signals;
|
||||||
void *address_1;
|
void *address_1 RTEMS_GCC_NOWARN_UNUSED;
|
||||||
rtems_event_set events;
|
rtems_event_set events RTEMS_GCC_NOWARN_UNUSED;
|
||||||
long buffer[ 4 ];
|
long buffer[ 4 ] RTEMS_GCC_NOWARN_UNUSED;
|
||||||
uint32_t count;
|
uint32_t count RTEMS_GCC_NOWARN_UNUSED;
|
||||||
rtems_device_major_number major;
|
rtems_device_major_number major;
|
||||||
rtems_device_minor_number minor;
|
rtems_device_minor_number minor;
|
||||||
uint32_t io_result;
|
uint32_t io_result RTEMS_GCC_NOWARN_UNUSED;
|
||||||
uint32_t error;
|
uint32_t error;
|
||||||
rtems_clock_get_options options;
|
rtems_clock_get_options options;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user