[gnome-photos] flatpak: Disable -Werror for gnome-online-accounts
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] flatpak: Disable -Werror for gnome-online-accounts
- Date: Mon, 30 Oct 2017 13:17:37 +0000 (UTC)
commit f471b04a1b7ac6d2986f9d935e1f55ca4029deca
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Oct 30 12:21:13 2017 +0100
flatpak: 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 originate from the use of deprecated API and it will take
us a bit longer to attain a 100% warning-free build.
flatpak/org.gnome.Photos.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 61ed586..a126292 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -85,7 +85,8 @@
"config-opts": [ "--disable-introspection",
"--disable-telepathy",
"--disable-documentation",
- "--disable-backend" ],
+ "--disable-backend",
+ "--disable-Werror" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]