summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsimplesched01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spsimplesched01/init.c')
-rw-r--r--testsuites/sptests/spsimplesched01/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/sptests/spsimplesched01/init.c b/testsuites/sptests/spsimplesched01/init.c
index 0fd06ab6e2..4e34cb2044 100644
--- a/testsuites/sptests/spsimplesched01/init.c
+++ b/testsuites/sptests/spsimplesched01/init.c
@@ -13,6 +13,10 @@
#include <tmacros.h>
+/* forward declarations to avoid warnings */
+rtems_task Init(rtems_task_argument argument);
+rtems_task Test_task(rtems_task_argument unused);
+
/*
* Keep the names and IDs in global variables so another task can use them.
*/