mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-27 04:32:16 +03:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user