[Xfce4-commits] <xfce4-dev-tools:master> Avoid gnu_printf warnings in debugging in gcc 4.8.
Nick Schermer
noreply at xfce.org
Sun May 5 17:52:01 CEST 2013
Updating branch refs/heads/master
to b94af0c78a6509888368fbd4d280372eee1f7dab (commit)
from d13ceda50e099d1741f3fd1b67b76b4fca4aa5ae (commit)
commit b94af0c78a6509888368fbd4d280372eee1f7dab
Author: Nick Schermer <nick at xfce.org>
Date: Mon Apr 29 19:04:49 2013 +0200
Avoid gnu_printf warnings in debugging in gcc 4.8.
m4macros/xdt-features.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/m4macros/xdt-features.m4 b/m4macros/xdt-features.m4
index 0125fcc..209c124 100644
--- a/m4macros/xdt-features.m4
+++ b/m4macros/xdt-features.m4
@@ -76,9 +76,9 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support]),
-Wdeclaration-after-statement \
-Wmissing-declarations \
-Wmissing-noreturn -Wshadow -Wpointer-arith \
- -Wcast-align -Wformat-security \
+ -Wcast-align -Wformat -Wformat-security -Wformat-y2k \
-Winit-self -Wmissing-include-dirs -Wundef \
- -Wmissing-format-attribute -Wnested-externs"
+ -Wnested-externs"
CPPFLAGS="$CPPFLAGS"
if test x`uname` = x"Linux"; then
More information about the Xfce4-commits
mailing list