diff options
Diffstat (limited to 'src/util/util.c')
-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)) |