]> git.ozlabs.org Git - ccan/blobdiff - ccan/noerr/test/run.c
Remove unused main() args in many modules.
[ccan] / ccan / noerr / test / run.c
index 48086a24d542e98dccaa33548748850f5d464b83..31fb67400572d43aca0abf7b36f003ecf225346f 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <assert.h>
 
-int main(int argc, char *argv[])
+int main(void)
 {
        const char *name = "noerr.file";
        int fd;