From 2d50984185c7902d37783a98f19637c86694a452 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 26 Oct 2018 01:18:54 +0100 Subject: Fix a bunch of harmless compiler warnings on recent GCC releases. --- src/command_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index d4dd7da21..c2ae39d49 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -452,7 +452,7 @@ void CommandParser::TranslateSingleParam(TranslateType to, const std::string& it } // If no custom translator was given, fall through } - case TR_TEXT: + /*@fallthrough@*/ default: /* Do nothing */ dest.append(item); -- cgit v1.3.1-10-gc9f91