mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 23:10:16 +00:00
Removed warning.
This commit is contained in:
@@ -73,4 +73,6 @@ rtems_status_code rtems_task_is_suspended(
|
||||
_Thread_Enable_dispatch();
|
||||
return RTEMS_ALREADY_SUSPENDED;
|
||||
}
|
||||
|
||||
return RTEMS_INTERNAL_ERROR; /* unreached - only to remove warnings */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user