forked from Imagelibrary/rtems
testsuites/sptests/sp06/task2.c: Eliminate old-style prototypes
GCC 15 is noisy about these. They have been deprecated since C90 but still lurk. Updates #5275
This commit is contained in:
committed by
Gedare Bloom
parent
6b0d16f7dd
commit
8937b04a70
@@ -41,8 +41,7 @@
|
|||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
rtems_task Task_2( argument )
|
rtems_task Task_2( rtems_task_argument argument )
|
||||||
rtems_task_argument argument;
|
|
||||||
{
|
{
|
||||||
rtems_status_code status;
|
rtems_status_code status;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user