summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2022-10-10 13:01:03 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2022-10-10 13:01:03 +0000
commitf780507d5b92005df725ab9b24cf0b23dd9d9bb5 (patch)
treeb8f0505a9380fdad684871369cbc2dadf84ceb67
parent26375b5308360764bc6604f292192b88a59ad3ce (diff)
parentaf02572e6bd5d36fd5c45252723ec8916e6c220f (diff)
downloadlibglnx-f780507d5b92005df725ab9b24cf0b23dd9d9bb5.tar.gz
Merge branch 'wip/smcv/warnings' into 'master'
build: Reduce default warning level from 3 to 2 See merge request GNOME/libglnx!36
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4787c85..38ec2ea 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ project(
'c',
default_options : [
'c_std=gnu99',
- 'warning_level=3',
+ 'warning_level=2',
],
)