Skip to content

Commit

Permalink
set default warning level for project
Browse files Browse the repository at this point in the history
  • Loading branch information
sampotter committed Nov 15, 2023
1 parent 23c7a12 commit 93ccac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ project(
version : '0.1.1',
default_options : [
'c_std=c99',
'cpp_std=c++11'
'cpp_std=c++11',
'warning_level=2',
]
)

Expand Down

0 comments on commit 93ccac5

Please sign in to comment.