mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 00:15:23 +08:00
Provide RTEMS_NO_RETURN also in case RTEMS_DEBUG is defined to prevent errors like this: error: no return statement in function returning non-void [-Werror=return-type] Use C11 and C++11 standard means to declare a no-return function. Close #4122.