summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2018-05-08 11:55:20 -0700
committerPeter Maydell <peter.maydell@linaro.org>2018-05-11 11:12:02 +0100
commit5cbc61110738accb16ff8ed1f08a32906d02790f (patch)
tree1f6cc8d4c74ca5d08d7a4cff1796097db1090c11 /tcg/tcg.h
parenta8a94ef72678c56768c1c74dcaf6ee3c92f2af1c (diff)
downloadqemu-5cbc61110738accb16ff8ed1f08a32906d02790f.tar.gz
target/m68k: Fix build Werror with gcc 8.0.1
Fedora 28 ships with the released gcc 8. The Werror stems from the compiler finding a path through the second switch via a missing default case in which src1 is uninitialized, and not being able to prove that the missing default case is unreachable due to the first switch. Simplify the second switch to merge default with OS_LONG, which returns directly. This removes the unreachable path. Cc: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-id: 20180508185520.23757-1-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tcg/tcg.h')
0 files changed, 0 insertions, 0 deletions