qemu-e2k/bsd-user
Thomas Huth 484bed0574 bsd-user: Silence warnings about missing fallthrough statement
When compiling with -Werror=implicit-fallthrough, the compiler complains
about a missing fallthrough annotation in this file. Looking at the code,
the fallthrough is indeed wanted here, so let's add a proper comment.

Message-Id: <20201217154138.1547274-1-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2020-12-18 09:15:47 +01:00
..
freebsd
i386
netbsd
openbsd
sparc
sparc64
x86_64
bsd-mman.h
bsdload.c
elfload.c
errno_defs.h
main.c bsd-user: Silence warnings about missing fallthrough statement 2020-12-18 09:15:47 +01:00
meson.build meson: bsd-user 2020-08-21 06:30:38 -04:00
mmap.c
qemu.h misc: Replace zero-length arrays with flexible array member (automatic) 2020-03-16 22:07:42 +01:00
signal.c
strace.c
syscall_defs.h
syscall.c build: move TARGET_GPROF to config-host.mak 2020-02-12 16:29:27 +01:00
uaccess.c