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_reserve_status.c | |
| parent | d4abdb7a287a2c0a7cca5ba945934be795406cf9 (diff) | |
fix warnings
Diffstat (limited to 'src/exchange/taler-exchange-httpd_reserve_status.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_reserve_status.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_reserve_status.c b/src/exchange/taler-exchange-httpd_reserve_status.c index 040bba3a..f6ff2c4a 100644 --- a/src/exchange/taler-exchange-httpd_reserve_status.c +++ b/src/exchange/taler-exchange-httpd_reserve_status.c @@ -137,6 +137,10 @@ TEH_RESERVE_handler_reserve_status (struct TEH_RequestHandler *rh, int res; int mhd_ret; + (void) rh; + (void) connection_cls; + (void) upload_data; + (void) upload_data_size; res = TALER_MHD_parse_request_arg_data (connection, "reserve_pub", &rsc.reserve_pub, |
