Skip to content

Commit

Permalink
meson: enable -Wunterminated-string-initialization
Browse files Browse the repository at this point in the history
With af1a6db58fde8f64edcf7d27e1f3b636c999934c, now we can build with the
option.

(cherry picked from commit f548bc4011bcdab008b125b9d0993817efa00718)
(cherry picked from commit 772549666cf291d85c28d3bfc1ab2b7227422d4f)
  • Loading branch information
yuwata authored and bluca committed Aug 16, 2024
1 parent f6f0d85 commit da229ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ possible_common_cc_flags = [
'-Wstrict-aliasing=2',
'-Wstrict-prototypes',
'-Wsuggest-attribute=noreturn',
'-Wunterminated-string-initialization',
'-Wunused-function',
'-Wwrite-strings',
'-Wzero-length-bounds',
Expand Down

0 comments on commit da229ea

Please sign in to comment.