Skip to content

Commit

Permalink
set warning_level to 1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions authored and annacrombie committed Dec 17, 2024
1 parent aab6cc7 commit 0842487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/per_project_options.meson
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option(
'warning_level',
yield: true,
type: 'combo',
value: '3',
value: '1',
choices: ['0', '1', '2', '3', 'everything'],
)
option('werror', yield: true, type: 'boolean', value: false)
Expand Down

0 comments on commit 0842487

Please sign in to comment.