Skip to content

Commit

Permalink
meson: raise warning-level to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Emantor authored and Marco Felsch committed Jul 19, 2024
1 parent 2dbe642 commit c30b0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(
'c',
version : '2019.12.0',
default_options : [
'warning_level=1',
'warning_level=2',
],
license : '0BSD',
)
Expand Down

0 comments on commit c30b0ce

Please sign in to comment.