diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-27 14:05:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-27 14:05:59 +0100 |
commit | d923f29144a1fb0bdf647e597659f6699254e40a (patch) | |
tree | 003f5629e2fe6fea2c4462ad546f39a670f64e3e /src/auditor | |
parent | 69e50079b4412624a78002853535a6e7a306cc29 (diff) |
removing warnings
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-auditor-httpd_mhd.c | 3 |
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; |