diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 17:22:13 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 17:22:22 +0100 |
| commit | 684da791cc9ad3c86b4c28089c050ab7efd5e796 (patch) | |
| tree | 3068b8f802c1b70e5e0782b0192f038d61960425 /src/exchange/taler-exchange-httpd_track_transfer.c | |
| parent | d4abdb7a287a2c0a7cca5ba945934be795406cf9 (diff) | |
fix warnings
Diffstat (limited to 'src/exchange/taler-exchange-httpd_track_transfer.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_track_transfer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_track_transfer.c b/src/exchange/taler-exchange-httpd_track_transfer.c index 14671ce0..1a780c06 100644 --- a/src/exchange/taler-exchange-httpd_track_transfer.c +++ b/src/exchange/taler-exchange-httpd_track_transfer.c @@ -502,6 +502,10 @@ TEH_TRACKING_handler_track_transfer (struct TEH_RequestHandler *rh, int res; int mhd_ret; + (void) rh; + (void) connection_cls; + (void) upload_data; + (void) upload_data_size; memset (&ctx, 0, sizeof (ctx)); res = TALER_MHD_parse_request_arg_data (connection, "wtid", |
