]> git.ozlabs.org Git - ccan/blobdiff - ccan/typesafe_cb/test/compile_ok-typesafe_cb_cast.c
Merge Makefile rewrite into master
[ccan] / ccan / typesafe_cb / test / compile_ok-typesafe_cb_cast.c
index 4bb3b8bf10ad68218801024ef427052aba75a570..bd7b7d6532bffce5da05f1fbc31b055928691376 100644 (file)
@@ -19,9 +19,10 @@ struct any {
 
 static void take_any(struct any *any)
 {
+       (void)any;
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        /* Otherwise we get unused warnings for these. */
        struct foo *foo = NULL;