File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2176,6 +2176,8 @@ gettext.sp gettext.s gettext.o: EXTRA_CPPFLAGS = \
2176
2176
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp : SPARSE_FLAGS += \
2177
2177
-DCURL_DISABLE_TYPECHECK
2178
2178
2179
+ pack-revindex.sp : SPARSE_FLAGS += -Wno-memcpy-max-count
2180
+
2179
2181
ifdef NO_EXPAT
2180
2182
http-walker.sp http-walker.s http-walker.o : EXTRA_CPPFLAGS = -DNO_EXPAT
2181
2183
endif
Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ ifeq ($(uname_O),Cygwin)
182
182
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
183
183
X = .exe
184
184
UNRELIABLE_FSTAT = UnfortunatelyYes
185
- SPARSE_FLAGS = -isystem /usr/include/w32api -Wno-one-bit-signed-bitfield
186
185
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
187
186
MMAP_PREVENTS_DELETE = UnfortunatelyYes
188
187
COMPAT_OBJS += compat/cygwin.o
You can’t perform that action at this time.
0 commit comments