From 1d18aa3e6cd3a90339388b44d5f0febc518b86a9 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 21 Nov 2019 12:20:56 -0600 Subject: [PATCH] Disable printf() format warnings on MinGW, they're broken --- configure/os/CONFIG.Common.win32-x86-mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.win32-x86-mingw b/configure/os/CONFIG.Common.win32-x86-mingw index 936b1d954..cb3f53978 100644 --- a/configure/os/CONFIG.Common.win32-x86-mingw +++ b/configure/os/CONFIG.Common.win32-x86-mingw @@ -30,7 +30,7 @@ ARCH_DEP_LDFLAGS += -m32 # Compiler does not define __unix __unix__ unix # Override for -DUNIX from CONFIG.Common.UnixCommon -OP_SYS_CPPFLAGS = -D_MINGW +OP_SYS_CPPFLAGS = -D_MINGW -Wno-format EXE = .exe RES = .coff