Re: [PATCH 05/11] hw/audio/adlib: Remove unused variable in adlib_callback

2021-07-13 Thread Philippe Mathieu-Daudé
On 7/12/21 11:55 PM, Richard Henderson wrote: > From clang-13: > hw/audio/adlib.c:189:18: error: variable 'net' set but not used \ > [-Werror,-Wunused-but-set-variable] > > Cc: Gerd Hoffmann > Signed-off-by: Richard Henderson > --- > hw/audio/adlib.c | 3 +-- > 1 file changed, 1 insertion(+

[PATCH 05/11] hw/audio/adlib: Remove unused variable in adlib_callback

2021-07-12 Thread Richard Henderson
>From clang-13: hw/audio/adlib.c:189:18: error: variable 'net' set but not used \ [-Werror,-Wunused-but-set-variable] Cc: Gerd Hoffmann Signed-off-by: Richard Henderson --- hw/audio/adlib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/audio/adlib.c b/hw/audio/adl