From 97279d83807cf931090c32449ee97f3025bfec97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 20 Nov 2017 14:23:40 +0100 Subject: [PATCH] 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. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.3