From 596bfe3b41c9be5ccb36615de6ea05fdb8ab0c16 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 20 Mar 2016 19:43:23 -0500 Subject: mptests/*/*.c: Fix warnings --- testsuites/mptests/mp05/task1.c | 2 +- testsuites/mptests/mp06/task1.c | 2 +- testsuites/mptests/mp07/task1.c | 2 +- testsuites/mptests/mp14/init.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/mptests') diff --git a/testsuites/mptests/mp05/task1.c b/testsuites/mptests/mp05/task1.c index 9c82ac30c7..171e9a2d21 100644 --- a/testsuites/mptests/mp05/task1.c +++ b/testsuites/mptests/mp05/task1.c @@ -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 ) diff --git a/testsuites/mptests/mp06/task1.c b/testsuites/mptests/mp06/task1.c index 44eaa686b9..3e8920f4c3 100644 --- a/testsuites/mptests/mp06/task1.c +++ b/testsuites/mptests/mp06/task1.c @@ -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 ) diff --git a/testsuites/mptests/mp07/task1.c b/testsuites/mptests/mp07/task1.c index 74c1331b22..7902996835 100644 --- a/testsuites/mptests/mp07/task1.c +++ b/testsuites/mptests/mp07/task1.c @@ -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 ) diff --git a/testsuites/mptests/mp14/init.c b/testsuites/mptests/mp14/init.c index 1a06e7fbe5..68359bcd3a 100644 --- a/testsuites/mptests/mp14/init.c +++ b/testsuites/mptests/mp14/init.c @@ -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 ) -- cgit v1.2.3