]> Git Repo - qemu.git/commit
bsd-user: Silence warnings about missing fallthrough statement
authorThomas Huth <[email protected]>
Thu, 17 Dec 2020 12:57:24 +0000 (13:57 +0100)
committerThomas Huth <[email protected]>
Fri, 18 Dec 2020 08:15:47 +0000 (09:15 +0100)
commit484bed05748d572a851e08412e4fb6bca8814342
tree9a45dc5659e552aa8eb478109765d02888d2316b
parent4f07e71bad905acc40771b81759ff10850325d99
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[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
bsd-user/main.c
This page took 0.024859 seconds and 4 git commands to generate.