From 54cd7e7ba12726564795beadb15217ad2d9b8b67 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 8 Jan 2020 17:21:04 -0600 Subject: [PATCH] MinGW: Replace -Wno-format with -D__USE_MINGW_ANSI_STDIO --- 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 cb3f53978..7c03781b0 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 -Wno-format +OP_SYS_CPPFLAGS = -D_MINGW -D__USE_MINGW_ANSI_STDIO EXE = .exe RES = .coff