testsuites/sptests/sp54/init.c: Add cast to avoid warning

This commit is contained in:
Joel Sherrill
2015-03-22 09:43:23 -05:00
parent d05d31ff41
commit dd23125a88

View File

@@ -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
/*