RE: [PATCH] linux-test.c: Remove unused but set variable

2023-01-05 Thread Brian Cain
> -Original Message- > From: Taylor Simpson > Sent: Thursday, January 5, 2023 10:24 AM > To: qemu-devel@nongnu.org; alex.ben...@linaro.org > Cc: Taylor Simpson ; richard.hender...@linaro.org; > phi...@linaro.org; a...@rev.ng; a...@rev.ng; Brian Cain > ; Matheus Bernardino (QUIC) > > Subje

RE: [PATCH] linux-test.c: Remove unused but set variable

2023-01-05 Thread Brian Cain
heus Bernardino (QUIC) > > Subject: RE: [PATCH] linux-test.c: Remove unused but set variable > > > -Original Message- > > From: Taylor Simpson > > Sent: Thursday, January 5, 2023 10:24 AM > > To: qemu-devel@nongnu.org; alex.ben...@linaro.org > > Cc: Taylor Simp

Re: [PATCH] linux-test.c: Remove unused but set variable

2023-01-05 Thread Peter Maydell
On Thu, 5 Jan 2023 at 16:24, Taylor Simpson wrote: > > Some versions of clang will warn on this with -Wall > Then, it will be an error with -Werror I think this has already been fixed by commit 2bc6c79417b89c3306. thanks -- PMM