[gnome-continuous] manifest: Disable -Werror for gnome-online-accounts
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] manifest: Disable -Werror for gnome-online-accounts
- Date: Thu, 26 Oct 2017 12:02:27 +0000 (UTC)
commit 3be0cfdb05768941c2306303f2bb05eaff27b7a5
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Oct 26 14:01:56 2017 +0200
manifest: Disable -Werror for gnome-online-accounts
AX_COMPILER_FLAGS promotes all warnings to errors for non-release
builds. While we have been working to reduce the number of warnings,
most of them originating from the use of deprecated API, it will take
us a bit longer to attain a 100% warning-free build.
manifest.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 6a11043..bd0928d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -884,7 +884,8 @@
"--disable-fatal-warnings"]},
{"src": "gnome:gnome-online-accounts",
- "config-opts": ["--disable-documentation"]},
+ "config-opts": ["--disable-documentation",
+ "--disable-Werror"]},
{"src": "gnome:gvfs",
"config-opts": ["--disable-gphoto2",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]