From 462f1c98597589a3baf241ab2c1bb4dba991374e Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 6 Aug 2017 12:26:05 +0200 Subject: JANITORIAL: Silence more GCC 7 warnings There were all flagged as intentional fall throughs. I simply changed the comments to something GCC would recognize. --- engines/gob/hotspots.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob') diff --git a/engines/gob/hotspots.cpp b/engines/gob/hotspots.cpp index 7aad47b314..0b47f43774 100644 --- a/engines/gob/hotspots.cpp +++ b/engines/gob/hotspots.cpp @@ -1422,7 +1422,7 @@ void Hotspots::evaluateNew(uint16 i, uint16 *ids, InputDesc *inputs, case 20: inputId = i; - // Fall through to case 2 + // fall through case kTypeClick: key = _vm->_game->_script->readInt16(); ids[i] = _vm->_game->_script->readInt16(); -- cgit v1.2.3