mirror of
https://github.com/systemd/systemd.git
synced 2025-03-13 00:58:27 +03:00
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.
This commit is contained in:
parent
4831981d89
commit
97279d8380
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user