[Xfce4-commits] [apps/squeeze] 03/04: Remove format-y2k warning
noreply at xfce.org
noreply at xfce.org
Wed Oct 29 18:13:44 CET 2014
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch peter/libsqueeze
in repository apps/squeeze.
commit b05139b26f4161508f217d51a6cc8089d091bdc3
Author: Peter de Ridder <peter at xfce.org>
Date: Wed Oct 29 18:12:36 2014 +0100
Remove format-y2k warning
---
configure.in.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.in.in b/configure.in.in
index 656ef93..9dff30d 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -157,6 +157,8 @@ esac
dnl check for debugging support
XDT_FEATURE_DEBUG([squeeze_debug_default])
+XDT_SUPPORTED_FLAGS([ignore_CFLAGS], [-Wno-format-y2k])
+CFLAGS="$CFLAGS $ignore_CFLAGS"
XDT_FEATURE_LINKER_OPTS
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list