sapi: Fix warnings

This commit is contained in:
Sebastian Huber
2017-02-15 13:22:36 +01:00
parent 32292d5d7c
commit c847451b56

View File

@@ -80,7 +80,7 @@ void rtems_fatal_error_occurred(
* *
* @see _Terminate(). * @see _Terminate().
*/ */
RTEMS_INLINE_ROUTINE void rtems_fatal( RTEMS_NO_RETURN RTEMS_INLINE_ROUTINE void rtems_fatal(
rtems_fatal_source fatal_source, rtems_fatal_source fatal_source,
rtems_fatal_code error_code rtems_fatal_code error_code
) )