From dd23125a88f9e2bbd848e8d630fcdfa143c77402 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 22 Mar 2015 09:43:23 -0500 Subject: testsuites/sptests/sp54/init.c: Add cast to avoid warning --- testsuites/sptests/sp54/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/sptests/sp54/init.c b/testsuites/sptests/sp54/init.c index 560c8b4863..97dffa239f 100644 --- a/testsuites/sptests/sp54/init.c +++ b/testsuites/sptests/sp54/init.c @@ -68,7 +68,7 @@ rtems_task Init( * In this application, the initialization task performs the system * initialization and then transforms itself into the idle task. */ -#define CONFIGURE_IDLE_TASK_BODY Init +#define CONFIGURE_IDLE_TASK_BODY (Thread_Entry_numeric) Init #define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION /* -- cgit v1.2.3