aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_long_header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_long_header.c')
-rw-r--r--src/testzzuf/test_long_header.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testzzuf/test_long_header.c b/src/testzzuf/test_long_header.c
index ab21453c..f6a2d4a2 100644
--- a/src/testzzuf/test_long_header.c
+++ b/src/testzzuf/test_long_header.c
@@ -77,13 +77,13 @@ ahc_echo (void *cls,
77 const char *method, 77 const char *method,
78 const char *version, 78 const char *version,
79 const char *upload_data, size_t *upload_data_size, 79 const char *upload_data, size_t *upload_data_size,
80 void **unused) 80 void **req_cls)
81{ 81{
82 const char *me = cls; 82 const char *me = cls;
83 struct MHD_Response *response; 83 struct MHD_Response *response;
84 enum MHD_Result ret; 84 enum MHD_Result ret;
85 (void) version; (void) upload_data; /* Unused. Silent compiler warning. */ 85 (void) version; (void) upload_data; /* Unused. Silent compiler warning. */
86 (void) upload_data_size; (void) unused; /* Unused. Silent compiler warning. */ 86 (void) upload_data_size; (void) req_cls; /* Unused. Silent compiler warning. */
87 87
88 if (NULL == url) 88 if (NULL == url)
89 fprintf (stderr, "The \"url\" parameter is NULL.\n"); 89 fprintf (stderr, "The \"url\" parameter is NULL.\n");