From 885bbd61c01b4ff58771ad997f0038f71cd1bce3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Nov 2017 10:31:15 -0600 Subject: testsupport/test.h: Add RTEMS_NO_RETURN to rtems_test_exit() --- cpukit/libmisc/testsupport/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/libmisc/testsupport/test.h b/cpukit/libmisc/testsupport/test.h index 2b4fcd1073..3dbdb9e32e 100644 --- a/cpukit/libmisc/testsupport/test.h +++ b/cpukit/libmisc/testsupport/test.h @@ -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. -- cgit v1.2.3