]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/test/run-checkopt.c
Remove unused main() args in many modules.
[ccan] / ccan / opt / test / run-checkopt.c
index d54a75205e9c675c9adc9312372809cbefa00964..8447f98d1a829254f01a4417688545238f1d6f8b 100644 (file)
@@ -53,7 +53,7 @@ static void reset(void)
        opt_count = opt_num_short = opt_num_short_arg = opt_num_long = 0;
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        int exitval;