Skip to content

Commit 0cf3e91

Browse files
committed
Makefile: disable cURL warnings on gvfs-helper.c
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
1 parent 07f83fe commit 0cf3e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2596,7 +2596,7 @@ gettext.sp gettext.s gettext.o: GIT-PREFIX
25962596
gettext.sp gettext.s gettext.o: EXTRA_CPPFLAGS = \
25972597
-DGIT_LOCALE_PATH='"$(localedir_relative_SQ)"'
25982598

2599-
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp: SP_EXTRA_FLAGS += \
2599+
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp gvfs-helper.sp: SP_EXTRA_FLAGS += \
26002600
-DCURL_DISABLE_TYPECHECK
26012601

26022602
pack-revindex.sp: SP_EXTRA_FLAGS += -Wno-memcpy-max-count

0 commit comments

Comments
 (0)