[gnome-continuous] manifest: disable Werror for gnome-desktop



commit 2cffbbb01891c71a5762017dbdeb8a9d1052333e
Author: Ernestas Kulik <ernestask gnome org>
Date:   Wed Jan 31 22:39:23 2018 +0200

    manifest: disable Werror for gnome-desktop
    
    Since migrating from gnome-common, gnome-desktop now uses
    AX_COMPILER_FLAGS, which hurts with the number of warnings emitted.

 manifest.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 44aec08..2d9a819 100644
--- a/manifest.json
+++ b/manifest.json
@@ -782,7 +782,8 @@
                {"src": "gnome:gnome-desktop",
                 "config-opts": [
                                "--disable-desktop-docs",
-                               "--enable-installed-tests"]},
+                               "--enable-installed-tests",
+                               "--disable-Werror"]},
 
                {"src": "linuxwacom:xf86-input-wacom.git",
                 "patches": ["libwacom-autogen.patch"]},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]