]> git.ozlabs.org Git - ccan/blobdiff - ccan/htable/test/run-type.c
Remove unused main() args in many modules.
[ccan] / ccan / htable / test / run-type.c
index e1a78f49616eee40d421994253b30b1c07a5aba7..38a323cc3922ab445fed18c236f4ffd1f0f987d1 100644 (file)
@@ -107,7 +107,7 @@ static bool check_mask(struct htable *ht, const struct obj val[], unsigned num)
        return true;
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        unsigned int i;
        struct htable_obj ht, ht2;