Skip to content

Commit

Permalink
meson.build: add -Wmismatched-dealloc
Browse files Browse the repository at this point in the history
  • Loading branch information
navi-desu committed Jul 23, 2024
1 parent ac3472f commit 5c0f1c0
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 @@ -152,6 +152,7 @@ cc_warning_flags_test = [
'-Wdeclaration-after-statement',
'-Wformat=2',
'-Winline',
'-Wmismatched-dealloc',
'-Wmissing-declarations',
'-Wmissing-format-attribute',
'-Wmissing-noreturn',
Expand Down

0 comments on commit 5c0f1c0

Please sign in to comment.