mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
meson: enable -Wunterminated-string-initialization
Withaf1a6db58f
, now we can build with the option. (cherry picked from commitf548bc4011
)
This commit is contained in:
parent
ca09bc33e8
commit
772549666c
@ -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…
Reference in New Issue
Block a user