[gvfs/wip/oholy/ci-image-fix] build: Do not treat deprecated-declarations as errors
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/wip/oholy/ci-image-fix] build: Do not treat deprecated-declarations as errors
- Date: Fri, 13 Sep 2019 13:16:36 +0000 (UTC)
commit 87fd53b96ce347d9ac97429fa4b5d90026eb5113
Author: Ondrej Holy <oholy redhat com>
Date: Fri Sep 13 15:14:38 2019 +0200
build: Do not treat deprecated-declarations as errors
GitLab CI fails with GLib master currenlty because of new deprecated symbols.
Let's do not treat deprecated-declarations as error to fix CI for now.
meson.build | 1 +
1 file changed, 1 insertion(+)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]