From: Ramsay Jones Date: Tue, 5 Feb 2019 02:25:53 +0000 (+0000) Subject: config.mak.uname: remove obsolete SPARSE_FLAGS setting X-Git-Tag: v2.21.0-rc0~2^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f42615bef172252d9a1bf37a65750b134715a0ab?ds=inline;hp=--cc config.mak.uname: remove obsolete SPARSE_FLAGS setting An upcoming commit will change the semantics of the SPARSE_FLAGS variable from an internal to a user only customisation variable. The MinGW configuration section contains an obsolete setting for this variable which was used (some years ago) to cater to an error in the Win32 system header files. Since 'sparse' does not currently support the MinGW platform, nobody on that platform can be relying on this setting today. Remove this use of the SPARSE_FLAGS variable. Signed-off-by: Ramsay Jones Acked-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- f42615bef172252d9a1bf37a65750b134715a0ab diff --git a/config.mak.uname b/config.mak.uname index 3ee7da0e23..d0ebe3c570 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -536,7 +536,6 @@ ifneq (,$(findstring MINGW,$(uname_S))) RC = windres -O coff NATIVE_CRLF = YesPlease X = .exe - SPARSE_FLAGS = -Wno-one-bit-signed-bitfield ifneq (,$(wildcard ../THIS_IS_MSYSGIT)) htmldir = doc/git/html/ prefix =