diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-20 14:23:40 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-21 12:47:51 +0100 |
commit | 97279d83807cf931090c32449ee97f3025bfec97 (patch) | |
tree | 04dd6b502a8b085a51451d7192cf4331dde99844 /meson.build | |
parent | tree-wide: adjust fall through comments so that gcc is happy (diff) | |
download | systemd-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.build | 2 |
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', |