[rtems commit] psxtmcleanup01/init.c: Fix warnings

Joel Sherrill joel at rtems.org
Wed Dec 5 21:24:06 UTC 2018


Module:    rtems
Branch:    master
Commit:    36e1b8204fa6f92fec7cc9c9740a18adfb907bf3
Changeset: http://git.rtems.org/rtems/commit/?id=36e1b8204fa6f92fec7cc9c9740a18adfb907bf3

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Dec  5 15:23:58 2018 -0600

psxtmcleanup01/init.c: Fix warnings

---

 testsuites/psxtmtests/psxtmcleanup01/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/psxtmtests/psxtmcleanup01/init.c b/testsuites/psxtmtests/psxtmcleanup01/init.c
index 9060ab8..3fafd7f 100644
--- a/testsuites/psxtmtests/psxtmcleanup01/init.c
+++ b/testsuites/psxtmtests/psxtmcleanup01/init.c
@@ -35,7 +35,7 @@ static void routine(void *arg)
 {
 }
 
-void benchmark_pthread_cleanup_push_pull(void)
+static void benchmark_pthread_cleanup_push_pull(void)
 {
   long end_time;
   int execute = 1;



More information about the vc mailing list