commit | 98a725a57a8e92bfbe962a8c69975ce0f9ff11fe | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Thu May 14 14:36:55 2015 +0200 |
committer | Jesper Nilsson <jespern@axis.com> | Sat Sep 05 00:33:24 2015 +0200 |
tree | cdb477ec15956d0fb1191db240f202aaf8c804f1 | |
parent | 6a4756f6951f97a9a601ba24632c5906750ef00d [diff] |
CRISv32: add unreachable() to BUG() Add an unreachable() in the BUG() implementations, to get rid of several warnings similar to the one below: kernel/sched/core.c: In function 'pick_next_task': kernel/sched/core.c:2690:1: warning: control reaches end of non-void function [-Wreturn-type] Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jespern@axis.com>