Re: [[PATCH]--edit 4/6] tests/tcg: fix unused variable in linux-test

2022-12-21 Thread Philippe Mathieu-Daudé
On 21/12/22 08:42, Alex Bennée wrote: The latest hexagon compiler picks up that we never consume wcount. Given the name of the #define that rcount checks against is WCOUNT_MAX I figured the check just got missed. Signed-off-by: Alex Bennée --- tests/tcg/multiarch/linux/linux-test.c | 6 +-

[[PATCH]--edit 4/6] tests/tcg: fix unused variable in linux-test

2022-12-20 Thread Alex Bennée
The latest hexagon compiler picks up that we never consume wcount. Given the name of the #define that rcount checks against is WCOUNT_MAX I figured the check just got missed. Signed-off-by: Alex Bennée --- tests/tcg/multiarch/linux/linux-test.c | 6 +- 1 file changed, 5 insertions(+), 1 dele