meson: Build with more warnings by default

If we keep this module closer to warnings-clean, then it can be
submoduled into Meson projects that enable warnings by default without
having to override it to a lower warning-level.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2022-04-24 11:08:01 +01:00
parent 7b26e39a1f
commit 9f033ee2f6

View File

@@ -7,6 +7,7 @@ project(
'c',
default_options : [
'c_std=gnu99',
'warning_level=3',
],
)