]> git.ozlabs.org Git - ccan/blobdiff - ccan/tcon/test/compile_fail-container1w.c
Merge Makefile rewrite into master
[ccan] / ccan / tcon / test / compile_fail-container1w.c
index 0226b68e9f01b9095ce01a50dec0092360407c62..19ba5bdcc915d22851009a630b4bda32dd85f242 100644 (file)
@@ -17,7 +17,7 @@ struct info_base {
        char *infop;
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        TCON_WRAP(struct info_base,
                  TCON_CONTAINER(concan, struct outer, inner)) info;