From: Zbigniew Jędrzejewski-Szmek Date: Mon, 20 Nov 2017 13:23:40 +0000 (+0100) Subject: meson: "upgrade" -Wimplicit-fallthrough to 5 X-Git-Tag: v236~153^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97279d83807cf931090c32449ee97f3025bfec97;p=thirdparty%2Fsystemd.git meson: "upgrade" -Wimplicit-fallthrough to 5 5 means that only the explicit attribute introduced in previous commit is accepted. We don't want the comments anymore. --- diff --git a/meson.build b/meson.build index b038d6df820..6f3f3193856 100644 --- a/meson.build +++ b/meson.build @@ -271,7 +271,7 @@ foreach arg : ['-Wextra', '-Wstrict-prototypes', '-Wredundant-decls', '-Wmissing-noreturn', - '-Wimplicit-fallthrough=3', + '-Wimplicit-fallthrough=5', '-Wshadow', '-Wendif-labels', '-Wstrict-aliasing=2',