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-aggregator.c | |
| parent | d4abdb7a287a2c0a7cca5ba945934be795406cf9 (diff) | |
fix warnings
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
| -rw-r--r-- | src/exchange/taler-exchange-aggregator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index 9c11954a..bfeb7837 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -1639,6 +1639,7 @@ wire_confirm_cb (void *cls, (void) cls; (void) row_id; + (void) wire_timestamp; wpd->eh = NULL; if (MHD_HTTP_OK != http_status_code) { |
