On Wed, 16 Dec 2020 at 17:29, Thomas Huth <[email protected]> wrote:
>
> Hi!
>
> The following changes since commit af3f37319cb1e1ca0c42842ecdbd1bcfc64a4b6f:
>
> Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream'
> into staging (2020-12-15 21:24:31 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/huth/qemu.git tags/pull-request-2020-12-16
>
> for you to fetch changes up to cbbedfeeb77e25b065f8a2b0c33e81403edaf728:
>
> configure: Compile with -Wimplicit-fallthrough=2 (2020-12-16 12:52:20 +0100)
>
> ----------------------------------------------------------------
> * Compile QEMU with -Wimplicit-fallthrough=2 to avoid bugs in
> switch-case statements
> ----------------------------------------------------------------
Hi; this generates a new warning on the NetBSD build:
../src/bsd-user/main.c: In function 'cpu_loop':
../src/bsd-user/main.c:513:16: warning: this statement may fall
through [-Wimplicit-fallthrough=]
if (bsd_type != target_freebsd)
^
../src/bsd-user/main.c:515:9: note: here
case 0x100:
^~~~
thanks
-- PMM