diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-05 11:23:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-05 11:23:24 +0200 |
commit | 5fa4a0e7e1c40bb07e28edc98ca2072ae7fcfacf (patch) | |
tree | fe075268a0b8ddb889ff198dd681a11c4effd94b /src/util | |
parent | b9dee3a1d54637a8c8d0e3ef34bd6b8bfd0d1bac (diff) |
fix warnings
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util.c b/src/util/util.c index e4697fab4..45049f6fc 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -115,6 +115,7 @@ set_amount (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, { struct TALER_Amount *amount = scls; + (void) ctx; if (GNUNET_OK != TALER_string_to_amount (value, amount)) |