]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/test/run-allocfail.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tal / test / run-allocfail.c
index a166be3f6520a8795ea2c7bd916f0bfdf2a9cada..97cba9f6848d37d54594f666292bb82f21dbbce3 100644 (file)
@@ -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)
 {
 }