]> git.ozlabs.org Git - ccan/blobdiff - ccan/list/test/run-list_prev-list_next.c
Remove unused main() args in many modules.
[ccan] / ccan / list / test / run-list_prev-list_next.c
index b496f11f84d8bea54191be4ff4069882be5aa3f9..cc61e03a01f3f160f2c94bb91b12bca23d60ba85 100644 (file)
@@ -14,7 +14,7 @@ struct child {
        struct list_node list;
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct parent parent;
        struct child c1, c2, c3;