From 665f5c99b2ca3db67f75ecfa683389e213d942a6 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 6 Aug 2017 16:54:38 +0200 Subject: JANITORIAL: Silence some more GCC 7 fall through warnings I think these are the last one that were already flagged as being deliberate. --- gui/editgamedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/editgamedialog.cpp b/gui/editgamedialog.cpp index 85b37929dc..94c74b40c0 100644 --- a/gui/editgamedialog.cpp +++ b/gui/editgamedialog.cpp @@ -539,7 +539,7 @@ void EditGameDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat _domain = newDomain; } } - // FALL THROUGH to default case + // fall through default: OptionsDialog::handleCommand(sender, cmd, data); } -- cgit v1.2.3