Skip to content

Commit 6bc8606

Browse files
ramsay-jonesgitster
authored andcommitted
config.mak.uname: remove SPARSE_FLAGS setting for cygwin
Since commit f66450a ("cygwin: Remove the Win32 l/stat() implementation", 2013-06-22), the cygwin build has not used the WIN32 API/header files. This means that the '-isystem /usr/include/w32api' option to sparse is no longer necessary (to allow sparse to find the WIN32 header files). In addition, the '-Wno-one-bit-signed-bitfield' option can be removed, since the warning suppressed by that option was only provoked by a WIN32 header file. Signed-off-by: Ramsay Jones <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8279ed0 commit 6bc8606

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
@@ -182,7 +182,6 @@ ifeq ($(uname_O),Cygwin)
182182
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
183183
X = .exe
184184
UNRELIABLE_FSTAT = UnfortunatelyYes
185-
SPARSE_FLAGS = -isystem /usr/include/w32api -Wno-one-bit-signed-bitfield
186185
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
187186
MMAP_PREVENTS_DELETE = UnfortunatelyYes
188187
COMPAT_OBJS += compat/cygwin.o

0 commit comments

Comments
 (0)