diff options
author | D G Turner | 2019-09-02 15:39:04 +0100 |
---|---|---|
committer | D G Turner | 2019-09-02 15:39:04 +0100 |
commit | 41bc2a52606e79aff693c93fb421e3facda87740 (patch) | |
tree | 9464f8ab2c1fa9e0e86fdef2063cff6abe5a4dcd /engines/cine | |
parent | e376abf650137c0d4dfa0f424f3a035813e3f618 (diff) | |
download | scummvm-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/cine')
0 files changed, 0 insertions, 0 deletions