]> git.ozlabs.org Git - ccan/blobdiff - ccan/typesafe_cb/test/compile_fail-typesafe_cb.c
Remove unused main() args in many modules.
[ccan] / ccan / typesafe_cb / test / compile_fail-typesafe_cb.c
index 81e36d7b87b901fb4922e5e3174ef466b242ec9a..5d569373bb1ef13ec4f68b4bc4bb7b846a46ca2c 100644 (file)
@@ -12,7 +12,7 @@ static void my_callback(char *p)
 {
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        char str[] = "hello world";
 #ifdef FAIL