]> git.ozlabs.org Git - ccan/blobdiff - ccan/order/test/compile_fail_1.c
Merge Makefile rewrite into master
[ccan] / ccan / order / test / compile_fail_1.c
index ba63ca1ef605fd315f81948b6c5cdf7e95c18a55..3eed7aa6484b0cd372e728f3f868f80b878bc4c9 100644 (file)
@@ -12,7 +12,7 @@ typedef int item_t;
 typedef struct item item_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,