Richard Weinberger 7ff1e34bbd um: Give start_idle_thread() a return code
Fixes:
arch/um/os-Linux/skas/process.c:613:1: warning: control reaches end of
non-void function [-Wreturn-type]

longjmp() never returns but gcc still warns that the end of the function
can be reached.
Add a return code and debug aid to detect this impossible case.

Signed-off-by: Richard Weinberger <richard@nod.at>
2018-10-29 22:23:11 +01:00
..
2018-10-13 15:11:15 +02:00
2018-08-25 13:40:38 -07:00
2018-08-23 14:09:37 -07:00
2018-10-14 08:34:31 +02:00
2018-10-02 12:50:01 -07:00
2018-10-10 08:44:35 +02:00
2018-10-29 22:23:11 +01:00
2018-08-23 14:55:01 -07:00