Re: [PATCH] target/hexagon: remove unused variable

2022-02-01 Thread Thomas Huth
On 24/01/2022 07.43, Zongyuan Li wrote: When building with clang version 13.0.0 (eg. Fedora 13.0.0-3.fc35), two unused variables introduced by macro GATHER_FUNCTION and SCATTER_FUNCTION will cause building process failure due to [-Werror -Wunused-variable]. Signed-off-by: Zongyuan Li Resolves:

RE: [PATCH] target/hexagon: remove unused variable

2022-01-24 Thread Taylor Simpson
> -Original Message- > From: Zongyuan Li > Sent: Monday, January 24, 2022 12:44 AM > To: qemu-devel@nongnu.org > Cc: Zongyuan Li ; Taylor Simpson > > Subject: [PATCH] target/hexagon: remove unused variable > > When building with clang version 13.0.0 (eg.

[PATCH] target/hexagon: remove unused variable

2022-01-23 Thread Zongyuan Li
When building with clang version 13.0.0 (eg. Fedora 13.0.0-3.fc35), two unused variables introduced by macro GATHER_FUNCTION and SCATTER_FUNCTION will cause building process failure due to [-Werror -Wunused-variable]. Signed-off-by: Zongyuan Li Resolves: https://gitlab.com/qemu-project/qemu/-/iss