From 010308872d4b2c6f3e1f1a54da1ff53220c20d57 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 28 Nov 2016 10:47:17 -0800 Subject: [PATCH] fsstress - Fix compiler warning * Remove annoying compiler warning. --- test/stress/fsstress/fsstress.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/stress/fsstress/fsstress.c b/test/stress/fsstress/fsstress.c index 3ac320dace..299eb15c0b 100644 --- a/test/stress/fsstress/fsstress.c +++ b/test/stress/fsstress/fsstress.c @@ -1632,12 +1632,12 @@ creat_f(int opno, long r) { int e; int e1; - int extsize; + int extsize __unused; pathname_t f; int fd; fent_t *fep; int id; - int parid; + int parid __unused; int type; int v; int v1; -- 2.11.4.GIT