mirror of
https://github.com/systemd/systemd.git
synced 2025-02-13 01:57:42 +03:00
meson: enable -Wunterminated-string-initialization
With af1a6db58fde8f64edcf7d27e1f3b636c999934c, now we can build with the option.
This commit is contained in:
parent
4fde35f27e
commit
f548bc4011
@ -399,6 +399,7 @@ possible_common_cc_flags = [
|
||||
'-Wstrict-aliasing=2',
|
||||
'-Wstrict-prototypes',
|
||||
'-Wsuggest-attribute=noreturn',
|
||||
'-Wunterminated-string-initialization',
|
||||
'-Wunused-function',
|
||||
'-Wwrite-strings',
|
||||
'-Wzero-length-bounds',
|
||||
|
Loading…
x
Reference in New Issue
Block a user