]> git.ozlabs.org Git - ccan/blobdiff - ccan/alignof/test/run.c
Remove unused main() args in many modules.
[ccan] / ccan / alignof / test / run.c
index f36113d18fded305b364f98f5ddd94701be5b660..5e3216f1708e61000c76f135aaa759749f6452d3 100644 (file)
@@ -24,7 +24,7 @@ struct lots_of_types
        char c5;
 };
 
-int main(int argc, char *argv[])
+int main(void)
 {
        struct lots_of_types lots_of_types, *lp = malloc(sizeof(*lp));
        char c;