Disable printf() format warnings on MinGW, they're broken

This commit is contained in:
Andrew Johnson
2019-11-21 12:20:56 -06:00
parent a85967caea
commit 1d18aa3e6c
+1 -1
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
OP_SYS_CPPFLAGS = -D_MINGW -Wno-format
EXE = .exe
RES = .coff