Skip to content

Commit 61a4750

Browse files
committed
Makefile: disable cURL warnings on gvfs-helper.c
Signed-off-by: Derrick Stolee <[email protected]>
1 parent 7f67712 commit 61a4750

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
@@ -2601,7 +2601,7 @@ gettext.sp gettext.s gettext.o: GIT-PREFIX
26012601
gettext.sp gettext.s gettext.o: EXTRA_CPPFLAGS = \
26022602
-DGIT_LOCALE_PATH='"$(localedir_relative_SQ)"'
26032603

2604-
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp: SP_EXTRA_FLAGS += \
2604+
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp gvfs-helper.sp: SP_EXTRA_FLAGS += \
26052605
-DCURL_DISABLE_TYPECHECK
26062606

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

0 commit comments

Comments
 (0)