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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
