Skip to content
Snippets Groups Projects
Commit 9f033ee2 authored by Simon McVittie's avatar Simon McVittie
Browse files

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: default avatarSimon McVittie <smcv@collabora.com>
parent 7b26e39a
No related branches found
No related tags found
1 merge request!429Update subprojects, build pv-bwrap as a real subproject
......@@ -7,6 +7,7 @@ project(
'c',
default_options : [
'c_std=gnu99',
'warning_level=3',
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment