Skip to content

Commit 5159b7a

Browse files
yuwatabluca
authored andcommitted
meson: enable -Wunterminated-string-initialization
With af1a6db, now we can build with the option. (cherry picked from commit f548bc4) (cherry picked from commit 7725496) (cherry picked from commit da229ea) (cherry picked from commit fbc4335)
1 parent a264598 commit 5159b7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ possible_common_cc_flags = [
389389
'-Wstrict-aliasing=2',
390390
'-Wstrict-prototypes',
391391
'-Wsuggest-attribute=noreturn',
392+
'-Wunterminated-string-initialization',
392393
'-Wunused-function',
393394
'-Wwrite-strings',
394395
'-Wzero-length-bounds',

0 commit comments

Comments
 (0)