From 2696688aa31bd058ebff6610660d7e6d607c6e50 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 29 Oct 2019 18:04:04 +0100 Subject: fix compiler warnings --- src/exchangedb/plugin_exchangedb_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exchangedb/plugin_exchangedb_common.c') diff --git a/src/exchangedb/plugin_exchangedb_common.c b/src/exchangedb/plugin_exchangedb_common.c index 271421795..dac746b09 100644 --- a/src/exchangedb/plugin_exchangedb_common.c +++ b/src/exchangedb/plugin_exchangedb_common.c @@ -36,6 +36,7 @@ common_free_reserve_history (void *cls, struct TALER_EXCHANGEDB_ReserveHistory *backref; struct TALER_EXCHANGEDB_ClosingTransfer *closing; + (void) cls; while (NULL != rh) { switch (rh->type) @@ -81,6 +82,7 @@ common_free_coin_transaction_list (void *cls, { struct TALER_EXCHANGEDB_TransactionList *next; + (void) cls; while (NULL != list) { next = list->next; -- cgit v1.2.3