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-dbinit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/exchange-tools/taler-exchange-dbinit.c') diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c index afc1b837e..e9a1e3349 100644 --- a/src/exchange-tools/taler-exchange-dbinit.c +++ b/src/exchange-tools/taler-exchange-dbinit.c @@ -54,6 +54,9 @@ run (void *cls, { struct TALER_EXCHANGEDB_Plugin *plugin; + (void) cls; + (void) args; + (void) cfgfile; if (NULL == (plugin = TALER_EXCHANGEDB_plugin_load (cfg))) { -- cgit v1.2.3