summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-04-24 11:08:01 +0100
committerSimon McVittie <smcv@collabora.com>2022-04-24 11:08:15 +0100
commit9f033ee2f6fb2b7ef238b4d6609d55a1e1e8e3e2 (patch)
tree2c6e9cc6be394c5c4a8a1afed22013d3d0eee326
parent7b26e39a1f687b1a209b73fecd76c083037d5c2f (diff)
downloadlibglnx-9f033ee2f6fb2b7ef238b4d6609d55a1e1e8e3e2.tar.gz
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>
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 6714dc2..08622f2 100644
--- a/meson.build
+++ b/meson.build
@@ -7,6 +7,7 @@ project(
'c',
default_options : [
'c_std=gnu99',
+ 'warning_level=3',
],
)