Skip to content

Commit 7e4af5b

Browse files
committed
Makefile: disable cURL warnings on gvfs-helper.c
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
1 parent 88eb91f commit 7e4af5b

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
@@ -2589,7 +2589,7 @@ gettext.sp gettext.s gettext.o: GIT-PREFIX
25892589
gettext.sp gettext.s gettext.o: EXTRA_CPPFLAGS = \
25902590
-DGIT_LOCALE_PATH='"$(localedir_relative_SQ)"'
25912591

2592-
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp: SP_EXTRA_FLAGS += \
2592+
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp gvfs-helper.sp: SP_EXTRA_FLAGS += \
25932593
-DCURL_DISABLE_TYPECHECK
25942594

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

0 commit comments

Comments
 (0)