]> git.ozlabs.org Git - ccan/blobdiff - ccan/htable/test/run.c
Remove unused main() args in many modules.
[ccan] / ccan / htable / test / run.c
index 09cde890f7ea34af2e8be9c080ebd472c2b8f21c..98f208717c74ec284df105dfa3797afba4ab6065 100644 (file)
@@ -95,7 +95,7 @@ static bool check_mask(struct htable *ht, uint64_t val[], unsigned num)
        return true;
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        unsigned int i, weight;
        uintptr_t perfect_bit;