Browse Source

htable: another unused parameter in tests.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 9 years ago
parent
commit
04bcddcc08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/htable/test/run-type.c

+ 1 - 1
ccan/htable/test/run-type.c

@@ -83,7 +83,7 @@ static void del_vals(struct htable_obj *ht,
 }
 
 static void del_vals_bykey(struct htable_obj *ht,
-			   const struct obj val[], unsigned int num)
+			   const struct obj val[] UNNEEDED, unsigned int num)
 {
 	unsigned int i;