]> git.ozlabs.org Git - ccan/blobdiff - ccan/tcon/test/compile_ok-value.c
Remove unused main() args in many modules.
[ccan] / ccan / tcon / test / compile_ok-value.c
index d9c911e6d0dba5d0c2e6af802bcc322aa0a2c0ae..9620bcbd3d13a65ac9090b8813241582ee1dd1f3 100644 (file)
@@ -26,7 +26,7 @@ struct offs_container {
             TCON_VALUE(off2, offsetof(struct other_struct, x2)));
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct val_container valcon;
        struct offs_container offscon;