]> git.ozlabs.org Git - ccan/blobdiff - ccan/tcon/test/compile_ok-container.c
Remove unused main() args in many modules.
[ccan] / ccan / tcon / test / compile_ok-container.c
index a8347f7aa8f5c302483800b671b8050cd8e12642..8afacabccc9594e8483cf9db4e4debe6f385fea8 100644 (file)
@@ -22,7 +22,7 @@ struct info_tcon {
        TCON(TCON_CONTAINER(fi, struct outer, inner));
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        /* Const should work! */
        const struct outer *ovar = NULL;