[gvfs/wip/oholy/ci-image-fix] build: Do not treat deprecated-declarations as errors



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]