forked from Imagelibrary/rtems
tmtests: Fix unused variable warnings
This commit is contained in:
@@ -39,8 +39,6 @@ rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
)
|
||||
{
|
||||
rtems_status_code status;
|
||||
|
||||
Print_Warning();
|
||||
|
||||
TEST_BEGIN();
|
||||
|
||||
@@ -34,8 +34,6 @@ rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
)
|
||||
{
|
||||
rtems_status_code status;
|
||||
|
||||
Print_Warning();
|
||||
|
||||
TEST_BEGIN();
|
||||
|
||||
@@ -38,8 +38,6 @@ rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
)
|
||||
{
|
||||
rtems_status_code status;
|
||||
|
||||
Print_Warning();
|
||||
|
||||
TEST_BEGIN();
|
||||
|
||||
@@ -39,8 +39,6 @@ rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
)
|
||||
{
|
||||
rtems_status_code status;
|
||||
|
||||
Print_Warning();
|
||||
|
||||
TEST_BEGIN();
|
||||
|
||||
Reference in New Issue
Block a user