build: disable warning "-Wformat-y2k"

https://bugzilla.gnome.org/show_bug.cgi?id=767207
This commit is contained in:
Thomas Haller 2016-06-06 14:07:23 +02:00
parent fa6b1070fc
commit b8b68e212d

View file

@ -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