summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2022-10-20 14:32:23 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2022-10-20 14:32:23 +0000
commit2365452d6ef85451188d063a155e8484606426d6 (patch)
tree63e102a48563f791a8e7323ad5c61be17a9ecc12
parent1db9066485b466162324e651d61d91ca01db7d60 (diff)
parentaa757cd54aec0547e5ab3a612e6512ba6234e41b (diff)
downloadglib-2365452d6ef85451188d063a155e8484606426d6.tar.gz
Merge branch 'allow-mixed-declarations' into 'main'
meson: Don't explicitly disable mixed declarations and statements See merge request GNOME/glib!2951
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 54445db69..237214442 100644
--- a/meson.build
+++ b/meson.build
@@ -464,7 +464,6 @@ if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
# Due to pervasive use of things like GPOINTER_TO_UINT(), we do not support
# building with -Wbad-function-cast.
'-Wno-bad-function-cast',
- '-Werror=declaration-after-statement',
'-Werror=implicit-function-declaration',
'-Werror=missing-prototypes',
'-Werror=pointer-sign',