Re: [PATCH] hw/arm/highbank: Silence warnings about missing fallthrough statements

2020-10-26 Thread Peter Maydell
On Tue, 20 Oct 2020 at 11:59, Thomas Huth wrote: > > 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. >

[PATCH] hw/arm/highbank: Silence warnings about missing fallthrough statements

2020-10-20 Thread Thomas Huth
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 --- hw/arm/highbank.c | 2 ++ 1