[gnome-continuous] Disable -Werror for Epiphany
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Disable -Werror for Epiphany
- Date: Wed, 22 Mar 2017 13:25:40 +0000 (UTC)
commit 40ecdd9bc7d922a83893fe0db9fb990d4a25d5dd
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Mar 22 13:24:24 2017 +0000
Disable -Werror for Epiphany
Fails to build because of libxml2:
../../lib/ephy-langs.c:228:52: error: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in
signedness [-Werror=pointer-sign]
xmlStrPrintf (iso_entries, sizeof (iso_entries), (const xmlChar *)"iso_%d_entries", iso);
manifest.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 0d625fc..b8344e6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1172,7 +1172,8 @@
"--disable-packagekit",
"--enable-installed-tests"]},
- {"src": "gnome:epiphany"},
+ {"src": "gnome:epiphany",
+ "config-opts": ["--disable-Werror"]},
{"src": "gnome:gnome-calendar" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]