mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user