Commit 8fdc6dec authored by Max Kellermann's avatar Max Kellermann

meson.build: default to warning_level=3

Enables `-Wpedantic`.
parent 5e93e882
...@@ -6,7 +6,7 @@ project( ...@@ -6,7 +6,7 @@ project(
default_options: [ default_options: [
'c_std=c99', 'c_std=c99',
'cpp_std=c++17', 'cpp_std=c++17',
'warning_level=2', 'warning_level=3',
], ],
license: 'GPLv2+', license: 'GPLv2+',
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment