From 7e4af5b3207d5b40b676f3c1f12a71ecbbb0fb92 Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Tue, 3 Aug 2021 17:08:26 -0400 Subject: [PATCH] Makefile: disable cURL warnings on gvfs-helper.c Signed-off-by: Derrick Stolee --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c7a0599af6060..681ce00b6d9508 100644 --- a/Makefile +++ b/Makefile @@ -2589,7 +2589,7 @@ gettext.sp gettext.s gettext.o: GIT-PREFIX gettext.sp gettext.s gettext.o: EXTRA_CPPFLAGS = \ -DGIT_LOCALE_PATH='"$(localedir_relative_SQ)"' -http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp: SP_EXTRA_FLAGS += \ +http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp gvfs-helper.sp: SP_EXTRA_FLAGS += \ -DCURL_DISABLE_TYPECHECK pack-revindex.sp: SP_EXTRA_FLAGS += -Wno-memcpy-max-count