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/draci/walking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci') diff --git a/engines/draci/walking.cpp b/engines/draci/walking.cpp index 04cd929ac6..36cf33c82a 100644 --- a/engines/draci/walking.cpp +++ b/engines/draci/walking.cpp @@ -751,7 +751,7 @@ Movement WalkingState::animationForSightDirection(SightDirection dir, const Comm } else if (mouse.x > hero.x) { return kStopRight; } - // fall-through here intentional + // fall through default: { // Find the last horizontal direction on the path. int i = path.size() - 1; -- cgit v1.2.3