mirror of
https://github.com/git/git.git
synced 2026-02-12 02:38:53 +00:00
squash! Start supporting MSys2 in config.mak.uname
With __USE_MINGW_ANSI_STDIO defined to 0, the printf/scanf formats magically stop throwing warnings! Assisted-by: Waldek Maleska <weakcamel@users.github.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -547,6 +547,7 @@ else
|
||||
BASIC_LDFLAGS += -Wl,--large-address-aware
|
||||
endif
|
||||
CC = gcc
|
||||
COMPAT_CFLAGS += -D__USE_MINGW_ANSI_STDIO=0
|
||||
INSTALL = /bin/install
|
||||
NO_R_TO_GCC_LINKER = YesPlease
|
||||
INTERNAL_QSORT = YesPlease
|
||||
|
||||
Reference in New Issue
Block a user