]> git.ozlabs.org Git - ccan/blobdiff - ccan/tcon/test/compile_fail.c
Remove unused main() args in many modules.
[ccan] / ccan / tcon / test / compile_fail.c
index 683bbd62ffdefb85434b04c3fa716dbd78d30a16..b17d9d2e556f5224f077bc5309db5843d71435af 100644 (file)
@@ -10,7 +10,7 @@ struct int_container {
        TCON(int *canary);
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct int_container icon;
 #ifdef FAIL