Re: [PATCH 09/11] tests/unit: Remove unused variable from test_io

2021-07-13 Thread Philippe Mathieu-Daudé
On 7/12/21 11:55 PM, Richard Henderson wrote: > From clang-13: > tests/unit/test-iov.c:161:26: error: variable 't' set but not used \ > [-Werror,-Wunused-but-set-variable] > > Signed-off-by: Richard Henderson > --- > tests/unit/test-iov.c | 5 + > 1 file changed, 1 insertion(+), 4 deleti

[PATCH 09/11] tests/unit: Remove unused variable from test_io

2021-07-12 Thread Richard Henderson
>From clang-13: tests/unit/test-iov.c:161:26: error: variable 't' set but not used \ [-Werror,-Wunused-but-set-variable] Signed-off-by: Richard Henderson --- tests/unit/test-iov.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/unit/test-iov.c b/tests/unit/test-