]> git.ozlabs.org Git - ccan/blobdiff - ccan/list/test/run.c
Remove unused main() args in many modules.
[ccan] / ccan / list / test / run.c
index 7616af6c6095e8ca0978d35608ba56a2846e7b73..5787e4563e08f8de08c095a992f257df75d98c64 100644 (file)
@@ -16,7 +16,7 @@ struct child {
 
 static LIST_HEAD(static_list);
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct parent parent;
        struct child c1, c2, c3, x1, *c, *n;