summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_exchanges.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 19:28:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 19:28:17 +0100
commit5c46951821841cf93f2e68168617572be4b99b1e (patch)
treed6c42a9e23485042fdaa084877edd38c745b0417 /src/auditor/taler-auditor-httpd_exchanges.c
parent73ee593b76ffdfa787b7c60501a05118c83d6785 (diff)
downloadexchange-5c46951821841cf93f2e68168617572be4b99b1e.tar.gz
exchange-5c46951821841cf93f2e68168617572be4b99b1e.tar.bz2
exchange-5c46951821841cf93f2e68168617572be4b99b1e.zip
fix warnings
Diffstat (limited to 'src/auditor/taler-auditor-httpd_exchanges.c')
-rw-r--r--src/auditor/taler-auditor-httpd_exchanges.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor-httpd_exchanges.c b/src/auditor/taler-auditor-httpd_exchanges.c
index e5442a051..ef5c9b025 100644
--- a/src/auditor/taler-auditor-httpd_exchanges.c
+++ b/src/auditor/taler-auditor-httpd_exchanges.c
@@ -79,6 +79,10 @@ TAH_EXCHANGES_handler (struct TAH_RequestHandler *rh,
struct TALER_AUDITORDB_Session *session;
enum GNUNET_DB_QueryStatus qs;
+ (void) rh;
+ (void) connection_cls;
+ (void) upload_data;
+ (void) upload_data_size;
session = TAH_plugin->get_session (TAH_plugin->cls);
if (NULL == session)
{