summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-09-13 15:14:38 +0200
committerOndrej Holy <oholy@redhat.com>2019-09-13 15:23:10 +0200
commitdb26e29930084ad48711c076d611b0227dd97a65 (patch)
treecd1e62040d41be918a44bb766a7068209da709fc
parentc07060972bea47a807c0963d8cbc59b1c0ed5ad1 (diff)
downloadgvfs-wip/oholy/ci-image-fix.tar.gz
build: Do not treat deprecated-declarations as errorswip/oholy/ci-image-fix
GitLab CI fails with GLib master currently because of new deprecated symbols. Let's do not treat deprecated-declarations as error to fix CI for now.
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a625270e..080637ba 100644
--- a/meson.build
+++ b/meson.build
@@ -222,6 +222,7 @@ if gvfs_debug
'-Wnested-externs',
'-Wno-sign-compare',
'-Wno-strict-aliasing',
+ '-Wno-error=deprecated-declarations',
])
endif