]> git.ozlabs.org Git - ccan/blobdiff - ccan/list/test/run-prepend_list.c
Remove unused main() args in many modules.
[ccan] / ccan / list / test / run-prepend_list.c
index d382f5a83a4ea60add31ed834285b7e51a3b2b29..fecd4196fd702d2ff42dd17f2bc188595c9e56a2 100644 (file)
@@ -17,7 +17,7 @@ static bool list_expect(struct list_head *h, ...)
        return (n->next == &h->n);
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct list_head h1, h2;
        struct list_node n[4];