Thread (1 message) 1 message, 1 author, 2016-06-16

Re: [PATCHv5 1/2] http.c: implement the GIT_TRACE_CURL environment variable

From: Junio C Hamano <hidden>
Date: 2016-06-16 02:19:08

Elia Pinto [off-list ref] writes:
+int curl_trace(CURL *handle, curl_infotype type, char *data, size_t size, void *userp)
+{
+	const char *text;
+	(void)handle;		/* prevent compiler unused parameter warning if checked */
+	(void)userp;		/* prevent compiler unused parameter warning if checked */
+	int nopriv = 0;		/*
This decl-after-statment breaks our build.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help