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

2023-01-05 Thread Brian Cain
heus Bernardino (QUIC) > > Subject: [PATCH] linux-test.c: Remove unused but set variable > > Some versions of clang will warn on this with -Wall > Then, it will be an error with -Werror This change landed with 9804dcd2719a44d90982e61d466213e522c854ef https://github.com/qemu/qemu/commit/9804dcd2719a44d90982e61d466213e522c854ef

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

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

2023-01-05 Thread Taylor Simpson
Some versions of clang will warn on this with -Wall Then, it will be an error with -Werror Signed-off-by: Taylor Simpson --- 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