From 3c8eda77b91589f2829765666c5daad3a582537b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 12 May 2012 11:01:26 -0500 Subject: sptests - Eliminate missing prototype warnings --- testsuites/sptests/spstkalloc/init.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/sptests/spstkalloc') diff --git a/testsuites/sptests/spstkalloc/init.c b/testsuites/sptests/spstkalloc/init.c index ea71819ab6..e4d203f4ff 100644 --- a/testsuites/sptests/spstkalloc/init.c +++ b/testsuites/sptests/spstkalloc/init.c @@ -13,6 +13,9 @@ #include +/* forward declarations to avoid warnings */ +rtems_task Init(rtems_task_argument argument); + #define MAXIMUM_STACKS 3 typedef struct { -- cgit v1.2.3