]> git.ozlabs.org Git - ccan/commitdiff
htable: another unused parameter in tests.
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 6 Nov 2016 06:40:53 +0000 (17:10 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 6 Nov 2016 06:40:53 +0000 (17:10 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/htable/test/run-type.c

index 38a323cc3922ab445fed18c236f4ffd1f0f987d1..a3616a5a37b8fb1f2588d9d8e369136c6436665e 100644 (file)
@@ -83,7 +83,7 @@ static void del_vals(struct htable_obj *ht,
 }
 
 static void del_vals_bykey(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;
 
 {
        unsigned int i;