From 40d9674856dd77a98053f0451d76791de146551f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 1 Nov 2019 14:34:34 +0100 Subject: fix warnings --- src/exchange-tools/taler-exchange-wire.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/exchange-tools/taler-exchange-wire.c') diff --git a/src/exchange-tools/taler-exchange-wire.c b/src/exchange-tools/taler-exchange-wire.c index 22920ed28..ae8a4a740 100644 --- a/src/exchange-tools/taler-exchange-wire.c +++ b/src/exchange-tools/taler-exchange-wire.c @@ -61,6 +61,7 @@ sign_account_data (void *cls, FILE *out; int ret; + (void) cls; if (GNUNET_NO == ai->credit_enabled) return; if (NULL == ai->wire_response_filename) @@ -137,6 +138,9 @@ run (void *cls, struct GNUNET_CRYPTO_EddsaPublicKey mpub; struct GNUNET_CRYPTO_EddsaPublicKey mpub_cfg; + (void) cls; + (void) args; + (void) cfgfile; if ( (NULL == masterkeyfile) && (GNUNET_OK != GNUNET_CONFIGURATION_get_value_filename (cfg, -- cgit v1.2.3