]> git.ozlabs.org Git - ccan/blobdiff - ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast-multi.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / typesafe_cb / test / compile_fail-typesafe_cb_cast-multi.c
index aace84ee8b1f70e21cf7f5aeeed40f825e8d9862..d85886c929f470ebad95f3400391424dc112c70c 100644 (file)
@@ -23,6 +23,7 @@ struct other {
 
 static void take_any(struct any *any)
 {
 
 static void take_any(struct any *any)
 {
+       (void)any;
 }
 
 int main(void)
 }
 
 int main(void)