diff options
Diffstat (limited to 'src/microhttpd/test_postprocessor_amp.c')
-rw-r--r-- | src/microhttpd/test_postprocessor_amp.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/microhttpd/test_postprocessor_amp.c b/src/microhttpd/test_postprocessor_amp.c index e2ea4a54..54936979 100644 --- a/src/microhttpd/test_postprocessor_amp.c +++ b/src/microhttpd/test_postprocessor_amp.c | |||
@@ -7,10 +7,11 @@ | |||
7 | 7 | ||
8 | uint64_t num_errors; | 8 | uint64_t num_errors; |
9 | 9 | ||
10 | int check_post (void *cls, enum MHD_ValueKind kind, const char*key, | 10 | int |
11 | const char*filename, const char*content_type, | 11 | check_post (void *cls, enum MHD_ValueKind kind, const char*key, |
12 | const char*content_encoding, const char*data, | 12 | const char*filename, const char*content_type, |
13 | uint64_t off, size_t size) | 13 | const char*content_encoding, const char*data, |
14 | uint64_t off, size_t size) | ||
14 | { | 15 | { |
15 | (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. */ |
16 | (void) content_encoding; (void) data; (void) off; (void) size; /* Unused. Silent compiler warning. */ | 17 | (void) content_encoding; (void) data; (void) off; (void) size; /* Unused. Silent compiler warning. */ |