aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/global.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2017-08-06 08:50:55 +0200
committerTorbjörn Andersson2017-08-06 11:48:14 +0200
commit14525bb412ece2869d1b2fc2b769ae207fa5f559 (patch)
tree02d7ed068934cfbd8355f3650880b4526cc25b40 /engines/agi/global.cpp
parent86d1b1b050a6af5583fb56ad4126d88ea66d3ec7 (diff)
downloadscummvm-rg350-14525bb412ece2869d1b2fc2b769ae207fa5f559.tar.gz
scummvm-rg350-14525bb412ece2869d1b2fc2b769ae207fa5f559.tar.bz2
scummvm-rg350-14525bb412ece2869d1b2fc2b769ae207fa5f559.zip
JANITORIAL: Silence some GCC 7 warnings
We have lots and lots of -Wimplicit-fallthrough warnings, and I don't know if it's worth fixing them or not. But if we want to, this is how it can be done.
Diffstat (limited to 'engines/agi/global.cpp')
-rw-r--r--engines/agi/global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/global.cpp b/engines/agi/global.cpp
index bd7e4e490f..c44f9e655a 100644
--- a/engines/agi/global.cpp
+++ b/engines/agi/global.cpp
@@ -69,7 +69,7 @@ byte AgiEngine::getVar(int16 varNr) {
switch (varNr) {
case VM_VAR_SECONDS:
getVarSecondsHeuristicTrigger();
- // is supposed to fall through
+ // fall through
case VM_VAR_MINUTES:
case VM_VAR_HOURS:
case VM_VAR_DAYS: