mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Windows does not support C99 format strings.
This commit is contained in:
1
Makefile
1
Makefile
@@ -425,6 +425,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
|
||||
NO_STRCASESTR=YesPlease
|
||||
NO_STRLCPY=YesPlease
|
||||
NO_ICONV=YesPlease
|
||||
NO_C99_FORMAT = YesPlease
|
||||
NO_SVN_TESTS=YesPlease
|
||||
COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS -DSTRIP_EXTENSION=\".exe\" -I compat
|
||||
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o
|
||||
|
||||
Reference in New Issue
Block a user