Removed warning.

This commit is contained in:
Joel Sherrill
1999-10-21 19:36:29 +00:00
parent ac5a9bf122
commit 61a4d8116a
2 changed files with 4 additions and 0 deletions

View File

@@ -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 */
}