stress2: Fix compiler warning

This commit is contained in:
Peter Holm 2023-03-22 10:05:04 +01:00
parent ed52baf51b
commit e689e7facd

View File

@ -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__