commit | 7ff1e34bbdc15acab823b1ee4240e94623d50ee8 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Fri Jun 15 16:42:56 2018 +0200 |
committer | Richard Weinberger <richard@nod.at> | Mon Oct 29 22:23:11 2018 +0100 |
tree | 062cb8ae035a80082dd835e584be322b9a76a197 | |
parent | 3033998bb8cd5a109c3171f4cde62665e3f5ce63 [diff] |
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>