aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get_chunked.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_get_chunked.c')
-rw-r--r--src/testcurl/test_get_chunked.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/testcurl/test_get_chunked.c b/src/testcurl/test_get_chunked.c
index 5d48fdc0..d813566c 100644
--- a/src/testcurl/test_get_chunked.c
+++ b/src/testcurl/test_get_chunked.c
@@ -119,8 +119,11 @@ ahc_echo (void *cls,
119 struct MHD_Response *response; 119 struct MHD_Response *response;
120 struct MHD_Response **responseptr; 120 struct MHD_Response **responseptr;
121 int ret; 121 int ret;
122 (void)url;(void)version; /* Unused. Silent compiler warning. */ 122
123 (void)upload_data;(void)upload_data_size; /* Unused. Silent compiler warning. */ 123 (void)url;
124 (void)version; /* Unused. Silent compiler warning. */
125 (void)upload_data;
126 (void)upload_data_size; /* Unused. Silent compiler warning. */
124 127
125 if (0 != strcmp (me, method)) 128 if (0 != strcmp (me, method))
126 return MHD_NO; /* unexpected method */ 129 return MHD_NO; /* unexpected method */