stress2: Fix compiler warning
This commit is contained in:
parent
ed52baf51b
commit
e689e7facd
@ -260,7 +260,7 @@ static void *
|
||||
calls(void *arg __unused)
|
||||
{
|
||||
time_t start;
|
||||
int i, j, num;
|
||||
int i __unused, j, num;
|
||||
unsigned long arg1, arg2, arg3, arg4, arg5, arg6, arg7;
|
||||
|
||||
#ifdef __NP__
|
||||
|
Loading…
Reference in New Issue
Block a user