mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-06 21:51:33 +00:00
mptests/*/*.c: Fix warnings
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user