meson.build: default to warning_level=3

Enables `-Wpedantic`.
This commit is contained in:
Max Kellermann 2020-05-27 15:36:49 +02:00
parent 5e93e882c9
commit 8fdc6dec44
1 changed files with 1 additions and 1 deletions

View File

@ -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+',
) )