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/mp14/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/mptests/mp14') 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