Skip to content

Commit f42615b

Browse files
ramsay-jonesgitster
authored andcommitted
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 <[email protected]> Acked-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d0ac38 commit f42615b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.uname

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
536536
RC = windres -O coff
537537
NATIVE_CRLF = YesPlease
538538
X = .exe
539-
SPARSE_FLAGS = -Wno-one-bit-signed-bitfield
540539
ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
541540
htmldir = doc/git/html/
542541
prefix =

0 commit comments

Comments
 (0)