aboutsummaryrefslogtreecommitdiff
path: root/engines/made/pmvplayer.cpp
diff options
context:
space:
mode:
authorD G Turner2019-09-02 15:39:04 +0100
committerD G Turner2019-09-02 15:39:04 +0100
commit41bc2a52606e79aff693c93fb421e3facda87740 (patch)
tree9464f8ab2c1fa9e0e86fdef2063cff6abe5a4dcd /engines/made/pmvplayer.cpp
parente376abf650137c0d4dfa0f424f3a035813e3f618 (diff)
downloadscummvm-rg350-41bc2a52606e79aff693c93fb421e3facda87740.tar.gz
scummvm-rg350-41bc2a52606e79aff693c93fb421e3facda87740.tar.bz2
scummvm-rg350-41bc2a52606e79aff693c93fb421e3facda87740.zip
GLK: GLUXE: Fix GCC Compiler Warnings
These were for possible unintended fallthrough, though inspection shows that these were occurring after fatal error handler calls so adding breaks would not be an issue. However, since these call error() and thus the breaks will not be executed and are thus "dead" code, this might provoke warnings in future. Another solution would have been to comment that these fallthroughs are intended, but breaks are better in case the error handler is changed in future.
Diffstat (limited to 'engines/made/pmvplayer.cpp')
0 files changed, 0 insertions, 0 deletions