X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2Ftest%2Frun-allocfail.c;h=97cba9f6848d37d54594f666292bb82f21dbbce3;hb=a8722345053b7cd860499aa31fd6bb414c120cc8;hp=a166be3f6520a8795ea2c7bd916f0bfdf2a9cada;hpb=d61a0d6c2c9d2b385075338665d64ae1d1bbe3dc;p=ccan diff --git a/ccan/tal/test/run-allocfail.c b/ccan/tal/test/run-allocfail.c index a166be3f..97cba9f6 100644 --- a/ccan/tal/test/run-allocfail.c +++ b/ccan/tal/test/run-allocfail.c @@ -30,7 +30,7 @@ static void nofail_on_error(const char *msg) err_count++; } -static void destroy_p(void *p) +static void destroy_p(void *p UNNEEDED) { }