[PATCH 6/7] mptests/mp03/task1.c: Make method static to fix warning
Joel Sherrill
joel at rtems.org
Tue Jun 14 15:05:58 UTC 2016
---
testsuites/mptests/mp03/task1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuites/mptests/mp03/task1.c b/testsuites/mptests/mp03/task1.c
index 1e55912..5fdda4d 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
)
{
--
1.8.3.1
More information about the devel
mailing list