summaryrefslogtreecommitdiffstats
path: root/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'args.c')
-rw-r--r--args.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/args.c b/args.c
index cb8c062b..92b65a94 100644
--- a/args.c
+++ b/args.c
@@ -177,6 +177,8 @@ static int args_key_check_store(val arg, int ix, mem_t *ctx)
struct args_bool_ctx *acx = coerce(struct args_bool_ctx *, ctx);
int i, n = acx->n;
+ (void) ix;
+
if (acx->next_arg_store != 0) {
*acx->next_arg_store = arg;
acx->next_arg_store = 0;