]> git.ozlabs.org Git - ccan/blobdiff - ccan/order/test/compile_fail_2.c
Remove unused main() args in many modules.
[ccan] / ccan / order / test / compile_fail_2.c
index 5a7126d87703c9291e885cf20562f7d766c7b5ff..595ffcbbab62c466239bb35e077a06a2fa9a3637 100644 (file)
@@ -12,7 +12,7 @@ typedef int ctx_t;
 typedef struct cmp_info ctx_t;
 #endif
 
-int main(int argc, char *argv[])
+int main(void)
 {
        total_order_cb(cb0, struct item, struct cmp_info *) = fancy_cmp;
        _total_order_cb cb1 = total_order_cast(fancy_cmp, struct item,