[Xfce4-commits] [xfce/exo] 01/01: Disable -Wexpansion-to-defined (gcc 7)

noreply at xfce.org noreply at xfce.org
Wed Jun 6 04:07:02 CEST 2018


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 9e573d2762740cd00eb0cb8cf0557da3a0f4d3a8
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Tue Jun 5 22:06:57 2018 -0400

    Disable -Wexpansion-to-defined (gcc 7)
---
 configure.ac.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure.ac.in b/configure.ac.in
index c8172b1..8e2e95c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -233,6 +233,11 @@ dnl *************************************
 XDT_SUPPORTED_FLAGS([GTK_DOC_EXTRA_CFLAGS], [-Wno-sign-compare])
 AC_SUBST([GTK_DOC_EXTRA_CFLAGS])
 
+dnl **********************************************
+dnl *** Disable -Wexpansion-to-defined (gcc 7) ***
+dnl **********************************************
+XDT_SUPPORTED_FLAGS([CFLAGS], [-Wno-expansion-to-defined])
+
 dnl *************************************
 dnl *** Use GSEAL if possible         ***
 dnl *************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list