]> git.ozlabs.org Git - ccan/blobdiff - ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast-multi.c
Merge Makefile rewrite into master
[ccan] / ccan / typesafe_cb / test / compile_fail-typesafe_cb_cast-multi.c
index 62b5f91e1807cdaaebff2a0a0f95bd554388add5..d85886c929f470ebad95f3400391424dc112c70c 100644 (file)
@@ -23,9 +23,10 @@ struct other {
 
 static void take_any(struct any *any)
 {
+       (void)any;
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
 #ifdef FAIL
        struct other