aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_postprocessor_amp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_postprocessor_amp.c')
-rw-r--r--src/microhttpd/test_postprocessor_amp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/microhttpd/test_postprocessor_amp.c b/src/microhttpd/test_postprocessor_amp.c
index 610a3da3..0569cb1f 100644
--- a/src/microhttpd/test_postprocessor_amp.c
+++ b/src/microhttpd/test_postprocessor_amp.c
@@ -8,9 +8,9 @@
8uint64_t num_errors; 8uint64_t num_errors;
9 9
10enum MHD_Result 10enum MHD_Result
11check_post (void *cls, enum MHD_ValueKind kind, const char*key, 11check_post (void *cls, enum MHD_ValueKind kind, const char *key,
12 const char*filename, const char*content_type, 12 const char *filename, const char *content_type,
13 const char*content_encoding, const char*data, 13 const char *content_encoding, const char *data,
14 uint64_t off, size_t size) 14 uint64_t off, size_t size)
15{ 15{
16 (void) cls; (void) kind; (void) filename; (void) content_type; /* Unused. Silent compiler warning. */ 16 (void) cls; (void) kind; (void) filename; (void) content_type; /* Unused. Silent compiler warning. */