]> git.ozlabs.org Git - ccan/blobdiff - ccan/tcon/test/compile_fail-container2.c
Remove unused main() args in many modules.
[ccan] / ccan / tcon / test / compile_fail-container2.c
index 6cad734c5f57647568ff652e3e6b87488b6c7989..e41984d9f082e85b00ea60a6684ce25bd481f085 100644 (file)
@@ -22,7 +22,7 @@ struct info_tcon {
        TCON(TCON_CONTAINER(concan, struct outer, inner));
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct info_tcon info;
        struct outer ovar;