aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get_empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_get_empty.c')
-rw-r--r--src/testcurl/test_get_empty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/test_get_empty.c b/src/testcurl/test_get_empty.c
index 79ce49e8..52718acb 100644
--- a/src/testcurl/test_get_empty.c
+++ b/src/testcurl/test_get_empty.c
@@ -687,9 +687,9 @@ ahc_empty (void *cls,
687 (void) cls; 687 (void) cls;
688 (void) url; 688 (void) url;
689 (void) url; 689 (void) url;
690 (void) version; /* Unused. Silence compiler warning. */ 690 (void) version; /* Unused. Silence compiler warning. */
691 (void) upload_data; 691 (void) upload_data;
692 (void) upload_data_size; /* Unused. Silent compiler warning. */ 692 (void) upload_data_size; /* Unused. Silent compiler warning. */
693 693
694 if (0 != strcasecmp ("GET", method)) 694 if (0 != strcasecmp ("GET", method))
695 return MHD_NO; /* unexpected method */ 695 return MHD_NO; /* unexpected method */