Make nightly build test works.
[bertos.git] / bertos / kern / signal_test.c
index ed799bcffc24fe8313b127961d1efa29a42bf203..f2a4acfc62d22fd098393fa98322b4cd24b97103 100644 (file)
@@ -75,7 +75,8 @@ sigmask_t sig_to_slave;
 /*
  * These macros generate the code needed to create the test process functions.
  */
-#define PROC_TEST_SLAVE(index, signal) static void proc_test##index(void) \
+#define PROC_TEST_SLAVE(index, signal) \
+static void NORETURN proc_test##index(void) \
 { \
        for(;;) \
        { \