summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-27 18:33:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-27 18:33:55 (GMT)
commit14599b48c0a145452db4363f4eee4d3fc6187d05 (patch)
tree4506e1addc4805edf822c49247534b29739f44cb /Makefile
parentc260e1388312d06c97086ad91e2fc3d165f79f14 (diff)
parent54360a19566f38b6d21dfd9e77ca0cc62b60ad84 (diff)
downloadgit-14599b48c0a145452db4363f4eee4d3fc6187d05.zip
git-14599b48c0a145452db4363f4eee4d3fc6187d05.tar.gz
git-14599b48c0a145452db4363f4eee4d3fc6187d05.tar.bz2
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c56fdc1..f6d9523 100644
--- a/Makefile
+++ b/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 += \
-DCURL_DISABLE_TYPECHECK
+pack-revindex.sp: SPARSE_FLAGS += -Wno-memcpy-max-count
+
ifdef NO_EXPAT
http-walker.sp http-walker.s http-walker.o: EXTRA_CPPFLAGS = -DNO_EXPAT
endif