summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-15 13:22:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-15 13:22:56 +0100
commitc847451b5636a8efab65eda136b5fe0b36ee2c0e (patch)
treeace107165441d2d43390ac904dd15b1ef66abab9
parentbsps/powerpc: Fix warning (diff)
downloadrtems-c847451b5636a8efab65eda136b5fe0b36ee2c0e.tar.bz2
sapi: Fix warnings
-rw-r--r--cpukit/sapi/include/rtems/fatal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/rtems/fatal.h b/cpukit/sapi/include/rtems/fatal.h
index 03cfafa8d0..80929cd274 100644
--- a/cpukit/sapi/include/rtems/fatal.h
+++ b/cpukit/sapi/include/rtems/fatal.h
@@ -80,7 +80,7 @@ void rtems_fatal_error_occurred(
*
* @see _Terminate().
*/
-RTEMS_INLINE_ROUTINE void rtems_fatal(
+RTEMS_NO_RETURN RTEMS_INLINE_ROUTINE void rtems_fatal(
rtems_fatal_source fatal_source,
rtems_fatal_code error_code
)