]> git.ozlabs.org Git - ccan/blobdiff - ccan/tcon/test/compile_fail-tcon_cast_wrap.c
Remove unused main() args in many modules.
[ccan] / ccan / tcon / test / compile_fail-tcon_cast_wrap.c
index f24cb01b8d791067a25b5f208a347172f4bf8b16..c9255791a1a5981bca55fc521468827a3d2d24c9 100644 (file)
@@ -5,7 +5,7 @@ struct container {
        void *p;
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        TCON_WRAP(struct container,
                  int *tc1; char *tc2) icon;