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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/mptests/mp05') 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 ) -- cgit v1.2.3