From c847451b5636a8efab65eda136b5fe0b36ee2c0e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Feb 2017 13:22:36 +0100 Subject: sapi: Fix warnings --- cpukit/sapi/include/rtems/fatal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/sapi') 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 ) -- cgit v1.2.3