mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
testsuites/sptests: Address unused parameter warnings
Add "(void) param;" annotation to address unused parameter warnings. Found with GCC's warning -Wunused-parameter.
This commit is contained in:
committed by
Gedare Bloom
parent
107c00a4a9
commit
0589d7291a
@@ -45,6 +45,8 @@ const char rtems_test_name[] = "SPFATAL 35";
|
|||||||
|
|
||||||
static void Init( rtems_task_argument arg )
|
static void Init( rtems_task_argument arg )
|
||||||
{
|
{
|
||||||
|
(void) arg;
|
||||||
|
|
||||||
TEST_BEGIN();
|
TEST_BEGIN();
|
||||||
_CPU_Instruction_illegal();
|
_CPU_Instruction_illegal();
|
||||||
TEST_END();
|
TEST_END();
|
||||||
|
|||||||
Reference in New Issue
Block a user