From 1967efc5cfc6e842bd37eb314b17c2b73f2e43e1 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Fri, 23 Mar 2018 18:38:35 +0100 Subject: JANITORIAL: Silence GCC 7 fallthrough warning This wasn't explicitly marked as intentional but it very much looks it. Committing separately in the unlikely case this needs to be reverted. --- engines/sci/engine/kgraphics.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/sci/engine/kgraphics.cpp b/engines/sci/engine/kgraphics.cpp index 7e63c3576c..3c23cd515f 100644 --- a/engines/sci/engine/kgraphics.cpp +++ b/engines/sci/engine/kgraphics.cpp @@ -1073,6 +1073,7 @@ reg_t kSetPort(EngineState *s, int argc, reg_t *argv) { case 7: initPriorityBandsFlag = true; + // fall through case 6: picRect.top = argv[0].toSint16(); picRect.left = argv[1].toSint16(); -- cgit v1.2.3