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:
Joel Sherrill
2025-06-20 10:19:26 -05:00
committed by Gedare Bloom
parent 6b0d16f7dd
commit 8937b04a70

View File

@@ -41,8 +41,7 @@
#include "system.h"
rtems_task Task_2( argument )
rtems_task_argument argument;
rtems_task Task_2( rtems_task_argument argument )
{
rtems_status_code status;