[Xfce4-commits] [xfce/xfce4-panel] 04/09: GObject Introspection: Hide warnings about potentially unportable defines
noreply at xfce.org
noreply at xfce.org
Mon Aug 14 23:10:37 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i 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/xfce4-panel.
commit 9ceea9bdfa3f7f2f028c2f46d4b52746dade6177
Author: Vidar Haarr <vhaarr at gmail.com>
Date: Mon Aug 7 18:25:04 2017 +0200
GObject Introspection: Hide warnings about potentially unportable defines
Add -Wno-expansion-to-defined to libxfce4panel compiler flags, which
hides warnings about #defines potentially not being portable.
---
libxfce4panel/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/libxfce4panel/Makefile.am b/libxfce4panel/Makefile.am
index e9bb29a..a60627c 100644
--- a/libxfce4panel/Makefile.am
+++ b/libxfce4panel/Makefile.am
@@ -5,6 +5,7 @@ AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"libxfce4panel\" \
-DLIBXFCE4PANEL_COMPILATION \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
+ -Wno-expansion-to-defined \
$(PLATFORM_CPPFLAGS)
lib_LTLIBRARIES = \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list