Merge branch 'rj/sparse-updates'
Devtool update. * rj/sparse-updates: Makefile: suppress a sparse warning for pack-revindex.c config.mak.uname: remove SPARSE_FLAGS setting for cygwin
This commit is contained in:
commit
14599b48c0
2
Makefile
2
Makefile
@ -2162,6 +2162,8 @@ gettext.sp gettext.s gettext.o: EXTRA_CPPFLAGS = \
|
|||||||
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp: SPARSE_FLAGS += \
|
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp: SPARSE_FLAGS += \
|
||||||
-DCURL_DISABLE_TYPECHECK
|
-DCURL_DISABLE_TYPECHECK
|
||||||
|
|
||||||
|
pack-revindex.sp: SPARSE_FLAGS += -Wno-memcpy-max-count
|
||||||
|
|
||||||
ifdef NO_EXPAT
|
ifdef NO_EXPAT
|
||||||
http-walker.sp http-walker.s http-walker.o: EXTRA_CPPFLAGS = -DNO_EXPAT
|
http-walker.sp http-walker.s http-walker.o: EXTRA_CPPFLAGS = -DNO_EXPAT
|
||||||
endif
|
endif
|
||||||
|
@ -182,7 +182,6 @@ ifeq ($(uname_O),Cygwin)
|
|||||||
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
|
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
|
||||||
X = .exe
|
X = .exe
|
||||||
UNRELIABLE_FSTAT = UnfortunatelyYes
|
UNRELIABLE_FSTAT = UnfortunatelyYes
|
||||||
SPARSE_FLAGS = -isystem /usr/include/w32api -Wno-one-bit-signed-bitfield
|
|
||||||
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
|
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
|
||||||
MMAP_PREVENTS_DELETE = UnfortunatelyYes
|
MMAP_PREVENTS_DELETE = UnfortunatelyYes
|
||||||
COMPAT_OBJS += compat/cygwin.o
|
COMPAT_OBJS += compat/cygwin.o
|
||||||
|
Loading…
Reference in New Issue
Block a user