mptests/*/*.c: Fix warnings

This commit is contained in:
Joel Sherrill
2016-03-20 19:43:23 -05:00
parent d165fd2d79
commit 596bfe3b41
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
#define SIGNALS_PER_DOT 15
rtems_timer_service_routine Stop_Test_TSR(
static rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,
void *ignored_address
)

View File

@@ -18,7 +18,7 @@
/*
* Stop_Test_TSR
*/
rtems_timer_service_routine Stop_Test_TSR(
static rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,
void *ignored_address
)

View File

@@ -25,7 +25,7 @@
#define DOT_COUNT 100
rtems_timer_service_routine Stop_Test_TSR(
static rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,
void *ignored_address
)

View File

@@ -28,7 +28,7 @@
uint8_t my_partition[0x30000] CPU_STRUCTURE_ALIGNMENT;
rtems_timer_service_routine Stop_Test_TSR(
static rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,
void *ignored_address
)