From b8b68e212d526fe4c94a6291d21612d4ac1cb094 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 6 Jun 2016 14:07:23 +0200 Subject: build: disable warning "-Wformat-y2k" https://bugzilla.gnome.org/show_bug.cgi?id=767207 --- m4/compiler_options.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/compiler_options.m4 b/m4/compiler_options.m4 index 496873ea8a..fa11c522e6 100644 --- a/m4/compiler_options.m4 +++ b/m4/compiler_options.m4 @@ -67,6 +67,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then -Wno-duplicate-decl-specifier \ -Wstrict-prototypes \ -Wno-unused-but-set-variable \ + -Wno-format-y2k \ -Wundef -Wimplicit-function-declaration \ -Wpointer-arith -Winit-self -Wformat-nonliteral \ -Wmissing-include-dirs -Wno-pragmas; do -- cgit v1.2.1