summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-05-04 09:32:07 -0500
committerJoel Sherrill <joel@rtems.org>2016-06-16 09:03:23 -0500
commit018cf74fda687a8445a5d6833dec86b4020554be (patch)
tree62beffab8e83184ccbcfe5212f9d03f779a4c66f
parentsamples/base_mp/apptask.c: Fix warning and clean up (diff)
downloadrtems-018cf74fda687a8445a5d6833dec86b4020554be.tar.bz2
mptests/mp03/task1.c: Make method static to fix warning
-rw-r--r--testsuites/mptests/mp03/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp03/task1.c b/testsuites/mptests/mp03/task1.c
index 1e5591279f..5fdda4d0f2 100644
--- a/testsuites/mptests/mp03/task1.c
+++ b/testsuites/mptests/mp03/task1.c
@@ -13,7 +13,7 @@
#include "system.h"
-void Test_Task_Support(
+static void Test_Task_Support(
uint32_t node
)
{