Patchew URL: https://patchew.org/QEMU/20200824130114.41368-1-th...@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20200824130114.41368-1-th...@redhat.com
Subject: [PATCH] disas/libvixl: Fix fall-through
On 24/08/2020 15.18, Peter Maydell wrote:
On Mon, 24 Aug 2020 at 14:01, Thomas Huth wrote:
For compiling with -Wimplicit-fallthrough we need to fix the
fallthrough annotations in the libvixl code. This is based on
the following upstream vixl commit by Martyn Capewell:
https://git.linaro.org
On Mon, 24 Aug 2020 at 14:01, Thomas Huth wrote:
>
> For compiling with -Wimplicit-fallthrough we need to fix the
> fallthrough annotations in the libvixl code. This is based on
> the following upstream vixl commit by Martyn Capewell:
>
> https://git.linaro.org/arm/vixl.git/commit/?id=de326f850f7
For compiling with -Wimplicit-fallthrough we need to fix the
fallthrough annotations in the libvixl code. This is based on
the following upstream vixl commit by Martyn Capewell:
https://git.linaro.org/arm/vixl.git/commit/?id=de326f850f736c3a337
"GCC 7 enables switch/case fallthrough checking, b