fpga_io, user_io, minimig: Remove unreferenced printf arguments
Remove arguments to *printf that were not being referenced by the format strings.
This commit is contained in:
@@ -2564,7 +2564,7 @@ unsigned char user_io_ext_idx(char *name, char* ext)
|
||||
}
|
||||
}
|
||||
|
||||
printf("not found! use 0\n", name, ext, 0);
|
||||
printf("not found! use 0\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user