forked from Imagelibrary/rtems
testsupport/test.h: Add RTEMS_NO_RETURN to rtems_test_exit()
This commit is contained in:
@@ -108,7 +108,7 @@ int rtems_test_end(const char* name);
|
||||
* @brief Exit the test without calling exit() since it closes stdin, etc and
|
||||
* pulls in stdio code
|
||||
*/
|
||||
void rtems_test_exit(int status);
|
||||
void rtems_test_exit(int status) RTEMS_NO_RETURN;
|
||||
|
||||
/**
|
||||
* @brief Prints via the RTEMS printer.
|
||||
|
||||
Reference in New Issue
Block a user