Skip to content

Commit f89c88c

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) (cherry picked from commit 5159b7a)
1 parent d019539 commit f89c88c

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
@@ -384,6 +384,7 @@ possible_common_cc_flags = [
384384
'-Wstrict-aliasing=2',
385385
'-Wstrict-prototypes',
386386
'-Wsuggest-attribute=noreturn',
387+
'-Wunterminated-string-initialization',
387388
'-Wunused-function',
388389
'-Wwrite-strings',
389390

0 commit comments

Comments
 (0)