]> git.ozlabs.org Git - ccan/blobdiff - ccan/tcon/test/compile_ok-sizeof.c
Remove unused main() args in many modules.
[ccan] / ccan / tcon / test / compile_ok-sizeof.c
index 64ccc136ea53ed86a2fc55ba839862bdbb6da72c..9c4bf9ac87d603d74b64448d043e4ff80330a6e2 100644 (file)
@@ -16,7 +16,7 @@ struct charp_and_int_container {
        TCON(int tc1; char *tc2);
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct int_container icon;
        struct charp_and_int_container cicon;