summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-27 14:05:59 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-27 14:05:59 +0100
commitd923f29144a1fb0bdf647e597659f6699254e40a (patch)
tree003f5629e2fe6fea2c4462ad546f39a670f64e3e /src/auditor
parent69e50079b4412624a78002853535a6e7a306cc29 (diff)
downloadexchange-d923f29144a1fb0bdf647e597659f6699254e40a.tar.gz
exchange-d923f29144a1fb0bdf647e597659f6699254e40a.tar.bz2
exchange-d923f29144a1fb0bdf647e597659f6699254e40a.zip
removing warnings
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor-httpd_mhd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor-httpd_mhd.c b/src/auditor/taler-auditor-httpd_mhd.c
index 2a350fd09..a8322a830 100644
--- a/src/auditor/taler-auditor-httpd_mhd.c
+++ b/src/auditor/taler-auditor-httpd_mhd.c
@@ -52,6 +52,9 @@ TAH_MHD_handler_static_response (struct TAH_RequestHandler *rh,
{
size_t dlen;
+ (void) connection_cls;
+ (void) upload_data;
+ (void) upload_data_size;
dlen = (0 == rh->data_size)
? strlen ((const char *) rh->data)
: rh->data_size;