]> Git Repo - qemu.git/commit - hw/audio/gusemu_hal.c
fix "Missing break in switch" coverity reports
authorPaolo Bonzini <[email protected]>
Wed, 1 Aug 2018 15:14:09 +0000 (17:14 +0200)
committerPaolo Bonzini <[email protected]>
Thu, 23 Aug 2018 11:32:50 +0000 (13:32 +0200)
commitedd7541b8ce25c1180eb5435ff3350a76d0f0b95
tree162e0c56178fb135a6ff94be70180f249fd2a458
parent154c1d1f960c5147a3f8ef00907504112f271cd8
fix "Missing break in switch" coverity reports

Many of these are marked as "intentional/fix required" because they
just need adding a fall through comment.  This is exactly what this
patch does, except for target/mips/translate.c where it is easier to
duplicate the code, and hw/audio/sb16.c where I consulted the DOSBox
sources and decide to just remove the LOG_UNIMP before the fallthrough.

Signed-off-by: Paolo Bonzini <[email protected]>
disas/m68k.c
hw/arm/pxa2xx.c
hw/audio/cs4231a.c
hw/audio/gusemu_hal.c
hw/audio/sb16.c
hw/display/cg3.c
hw/display/cirrus_vga.c
hw/timer/sh_timer.c
target/arm/helper.c
target/i386/translate.c
This page took 0.028344 seconds and 4 git commands to generate.