tests: fix unused, remove argsused

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12835
This commit is contained in:
наб
2021-12-11 02:24:35 +01:00
committed by Brian Behlendorf
parent 1fedd01247
commit cf8d708b7a
14 changed files with 18 additions and 21 deletions
@@ -52,6 +52,7 @@ do_sync_io(struct iocb *iocb)
int
main(int argc, char **argv)
{
(void) argc;
char *buf;
int page_size = getpagesize();
int buf_size = strtol(argv[2], NULL, 0);