]> git.ozlabs.org Git - ccan/blobdiff - ccan/ilog/test/run.c
Remove unused main() args in many modules.
[ccan] / ccan / ilog / test / run.c
index bda59f920a33e115958eeff8b91a6a6a8d2eb966..00824ac3a7b6d29f0a2e5c87442c31f145318905 100644 (file)
@@ -19,7 +19,7 @@ static int test_ilog64(uint64_t _v){
 
 #define NTRIALS (64)
 
-int main(int _argc,const char *_argv[]){
+int main(void){
   int i;
   int j;
   /*This is how many tests you plan to run.*/