]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/str/test/run-strreg.c
Remove unused main() args in many modules.
[ccan] / ccan / tal / str / test / run-strreg.c
index fa8a86c66e6127872b1313644e343dc1d05860c2..93b8602a3c1f8ab067c4406ece439db949ae6b5b 100644 (file)
@@ -14,7 +14,7 @@ static bool find_parent(tal_t *child, tal_t *parent)
        return false;
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        void *ctx = tal_strdup(NULL, "toplevel");
        char *a, *b;