summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp05
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-20 19:43:23 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-24 11:41:22 -0500
commit596bfe3b41c9be5ccb36615de6ea05fdb8ab0c16 (patch)
tree5be7878e1c3859ad972d112ea47eb901ee2ab5bf /testsuites/mptests/mp05
parenterc32/*/erc32sonic.c: Fix warnings (diff)
downloadrtems-596bfe3b41c9be5ccb36615de6ea05fdb8ab0c16.tar.bz2
mptests/*/*.c: Fix warnings
Diffstat (limited to 'testsuites/mptests/mp05')
-rw-r--r--testsuites/mptests/mp05/task1.c2
1 files changed, 1 insertions, 1 deletions
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
)