win32: avoid printf format warnings on nonstandard formats
authorDan Winship <danw@gnome.org>
Sun, 11 Nov 2012 16:29:16 +0000 (11:29 -0500)
committerDan Winship <danw@gnome.org>
Thu, 15 Nov 2012 19:19:06 +0000 (14:19 -0500)
commitfc3acd88baad368b70f6b263e74c945e15fdc8ef
treeb0a0a2fc3371f6dc8f73dcd237177befa5aa73af
parentd9e8feae7cb60e2e2cb62f0a948f025c09ca8553
win32: avoid printf format warnings on nonstandard formats

glib/tests/test-printf tests some non-standard printf formats on
Windows, which gcc doesn't recognize, and so complains about. Disable
those warnings for that test.

https://bugzilla.gnome.org/show_bug.cgi?id=688109
glib/tests/test-printf.c