summaryrefslogtreecommitdiffstats
path: root/combi.c
diff options
context:
space:
mode:
Diffstat (limited to 'combi.c')
-rw-r--r--combi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/combi.c b/combi.c
index 75a98956..3795fc76 100644
--- a/combi.c
+++ b/combi.c
@@ -149,6 +149,7 @@ static void perm_list_gen_fill(val out, cnum i, val v)
{
val tail = cdr(out);
val nc = cons(v, nil);
+ (void) i;
if (tail)
rplacd(tail, nc);
else