aboutsummaryrefslogtreecommitdiff
path: root/tools/test/stress2/misc/syzkaller27.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/stress2/misc/syzkaller27.sh')
-rwxr-xr-xtools/test/stress2/misc/syzkaller27.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/syzkaller27.sh b/tools/test/stress2/misc/syzkaller27.sh
index b003f6aec319..a84c921e462d 100755
--- a/tools/test/stress2/misc/syzkaller27.sh
+++ b/tools/test/stress2/misc/syzkaller27.sh
@@ -86,7 +86,7 @@ static void execute_one(void);
static void loop(void)
{
- int iter = 0;
+ int iter __unused = 0;
for (;; iter++) {
int pid = fork();
if (pid < 0)