[rtems commit] sapi: Fix warnings
Sebastian Huber
sebh at rtems.org
Wed Feb 15 12:51:47 UTC 2017
Module: rtems
Branch: master
Commit: c847451b5636a8efab65eda136b5fe0b36ee2c0e
Changeset: http://git.rtems.org/rtems/commit/?id=c847451b5636a8efab65eda136b5fe0b36ee2c0e
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Feb 15 13:22:36 2017 +0100
sapi: Fix warnings
---
cpukit/sapi/include/rtems/fatal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/sapi/include/rtems/fatal.h b/cpukit/sapi/include/rtems/fatal.h
index 03cfafa..80929cd 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
)
More information about the vc
mailing list