summaryrefslogtreecommitdiffstats
path: root/hw/intc
diff options
context:
space:
mode:
authorThomas Huth2020-12-11 16:24:26 +0100
committerThomas Huth2020-12-18 09:15:47 +0100
commit0a2ebce92a3f10a89843e4a7a8e2f2eba4f7b109 (patch)
treed7aab8bbd6fa586bb230a4960606104c456f6de0 /hw/intc
parenthw/rtc/twl92230: Add missing 'break' (diff)
downloadqemu-0a2ebce92a3f10a89843e4a7a8e2f2eba4f7b109.tar.gz
qemu-0a2ebce92a3f10a89843e4a7a8e2f2eba4f7b109.tar.xz
qemu-0a2ebce92a3f10a89843e4a7a8e2f2eba4f7b109.zip
configure: Compile with -Wimplicit-fallthrough=2
Coverity always complains about switch-case statements that fall through the next one when there is no comment in between - which could indicate a forgotten "break" statement. Instead of handling these issues after they have been committed, it would be better to avoid them in the build process already. Thus let's enable the -Wimplicit-fallthrough warning now. The "=2" level seems to be a good compromise between being too strict and too generic about the possible comments, so we'll start with "=2" for now. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Chen Qun <kuhn.chenqun@huawei.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20201211152426.350966-13-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/intc')
0 files changed, 0 insertions, 0 deletions