diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-11-01 14:34:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-11-01 14:34:50 +0100 |
commit | 40d9674856dd77a98053f0451d76791de146551f (patch) | |
tree | 22660007e53e6a6173551f506737b6cd7ff9ecfe /src/exchange-tools/taler-exchange-dbinit.c | |
parent | ea57a95ba3052bf0d2f98a0aa53e99d636be7ce2 (diff) |
fix warnings
Diffstat (limited to 'src/exchange-tools/taler-exchange-dbinit.c')
-rw-r--r-- | src/exchange-tools/taler-exchange-dbinit.c | 3 |
1 files changed, 3 insertions, 0 deletions
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))) { |