[Xfce4-commits] [xfce/exo] 01/02: Do not abort builds due to deprecated declarations (Bug #11556) Since deprecated methods will not be dropped until GTK 4 and Xfce 4.14 targets GTK 3, these items are non-critical and should not block builds.
noreply at xfce.org
noreply at xfce.org
Thu Jun 15 04:52:13 CEST 2017
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit 0e61e730ffe51d8ac77ce1d5c17c62d39145ec3e
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Jun 14 22:49:13 2017 -0400
Do not abort builds due to deprecated declarations (Bug #11556)
Since deprecated methods will not be dropped until GTK 4 and Xfce 4.14 targets GTK 3, these items are non-critical and should not block builds.
---
configure.ac.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac.in b/configure.ac.in
index e462cf2..52afc8e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -193,6 +193,8 @@ dnl *** Check for linker optimizations ***
dnl **************************************
XDT_FEATURE_LINKER_OPTS()
+CFLAGS="$CFLAGS -Wno-error"
+
dnl ****************************************
dnl *** Check for ELF visibility support ***
dnl ****************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list