summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2018-05-25 13:05:09 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2018-05-25 13:05:09 +0000
commitd981b997ca1c65e1e41bf32a4570abf2ba2ce774 (patch)
tree00e4aaa575f0a718b508939297658448cf7cab11
parentbbcce75d4e09f74894684b18222170eef97e8b2c (diff)
parent170cf5a3979b6b67c70e4098116a344f51660638 (diff)
downloadglib-d981b997ca1c65e1e41bf32a4570abf2ba2ce774.tar.gz
Merge branch 'wunused' into 'master'
build: Add -Wunused to the set of standard warnings See merge request GNOME/glib!9
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3194da4ec..0ec6de72d 100644
--- a/meson.build
+++ b/meson.build
@@ -328,6 +328,7 @@ if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
'-Wall',
'-Wduplicated-branches',
'-Wstrict-prototypes',
+ '-Wunused',
'-Werror=declaration-after-statement',
'-Werror=format=2',
'-Werror=format-security',