MinGW: Replace -Wno-format with -D__USE_MINGW_ANSI_STDIO

This commit is contained in:
Andrew Johnson
2020-01-08 17:21:04 -06:00
parent cbe6173417
commit 54cd7e7ba1

View File

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