diff options
Diffstat (limited to 'config/mh-mingw')
-rw-r--r-- | config/mh-mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-mingw b/config/mh-mingw index 4c49d5d5917..d91323ef5fa 100644 --- a/config/mh-mingw +++ b/config/mh-mingw @@ -1,6 +1,6 @@ # Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows # Vista (see PR33281 for details). -BOOT_CFLAGS += -D__USE_MINGW_ACCESS +BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format CFLAGS += -D__USE_MINGW_ACCESS # Increase stack limit to same as Linux default. LDFLAGS += -Wl,--stack,8388608 |