summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-20 14:23:40 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-21 12:47:51 +0100
commit97279d83807cf931090c32449ee97f3025bfec97 (patch)
tree04dd6b502a8b085a51451d7192cf4331dde99844 /meson.build
parenttree-wide: adjust fall through comments so that gcc is happy (diff)
downloadsystemd-97279d83807cf931090c32449ee97f3025bfec97.tar.xz
systemd-97279d83807cf931090c32449ee97f3025bfec97.zip
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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b038d6df82..6f3f319385 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',