RE: [PATCH] tests: Remove unused "wcount" from linux-test.c

2022-05-20 Thread Brian Cain
> -Original Message- > From: Peter Maydell > Sent: Friday, May 20, 2022 8:21 AM > To: Brian Cain > Cc: Daniel P. Berrangé ; qemu-devel@nongnu.org; > Alex Bennée > Subject: Re: [PATCH] tests: Remove unused "wcount" from linux-test.c > > WARNIN

Re: [PATCH] tests: Remove unused "wcount" from linux-test.c

2022-05-20 Thread Peter Maydell
On Fri, 20 May 2022 at 14:16, Brian Cain wrote: > > clang reports this variable as 'set but not used'. > > Signed-off-by: Brian Cain > --- > tests/tcg/multiarch/linux/linux-test.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/tests/tcg/multiarch/linux/linux-test.c

[PATCH] tests: Remove unused "wcount" from linux-test.c

2022-05-20 Thread Brian Cain
clang reports this variable as 'set but not used'. Signed-off-by: Brian Cain --- tests/tcg/multiarch/linux/linux-test.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/tcg/multiarch/linux/linux-test.c b/tests/tcg/multiarch/linux/linux-test.c index