[ I can't check the situation with cygwin, so this is mingw-only. ] gcc still does not support the Windows-specific format string modifier "I64". Therefore, it makes no sense to check for format string correctness and generate tons of false positives. Signed-off-by: Jan Kiszka --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 85bc598..aa586bd 100755 --- a/configure +++ b/configure @@ -223,6 +223,7 @@ audio_possible_drivers="sdl" ;; MINGW32*) mingw32="yes" +OS_CFLAGS="-Wno-format" if [ "$cpu" = "i386" ] ; then kqemu="yes" fi