hw/arm/highbank: Silence warnings about missing fallthrough statements
authorThomas Huth <thuth@redhat.com>
Tue, 20 Oct 2020 10:59:38 +0000 (12:59 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Oct 2020 10:44:03 +0000 (10:44 +0000)
commit83d5e19d3eedcf533d8be009a03c167b7e1ccf2e
tree51870434ed13d95dc8865871bb50bbff40c284d2
parent1d9ac91baf220367e68ca6a74955f2d60a4fc36b
hw/arm/highbank: Silence warnings about missing fallthrough statements

When compiling with -Werror=implicit-fallthrough, gcc complains about
missing fallthrough annotations in this file. Looking at the code,
the fallthrough is very likely intended here, so add some comments
to silence the compiler warnings.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 20201020105938.23209-1-thuth@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/highbank.c