[rtems commit] mptests/mp03/task1.c: Make method static to fix warning
Joel Sherrill
joel at rtems.org
Thu Jun 16 14:04:33 UTC 2016
Module: rtems
Branch: master
Commit: 018cf74fda687a8445a5d6833dec86b4020554be
Changeset: http://git.rtems.org/rtems/commit/?id=018cf74fda687a8445a5d6833dec86b4020554be
Author: Joel Sherrill <joel at rtems.org>
Date: Wed May 4 09:32:07 2016 -0500
mptests/mp03/task1.c: Make method static to fix warning
---
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
)
{
More information about the vc
mailing list