Re: [PATCH] audio/mixeng: Do not declare unused variables

2022-03-22 Thread Philippe Mathieu-Daudé
On 16/3/22 07:10, Akihiko Odaki wrote: The unused variables when FLOAT_MIXENG is defined caused warnings on Apple clang version 13.1.6 (clang-1316.0.21.2). Signed-off-by: Akihiko Odaki --- audio/mixeng.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) FWIW this patch is

Re: [PATCH] audio/mixeng: Do not declare unused variables

2022-03-16 Thread Philippe Mathieu-Daudé
On 16/3/22 07:10, Akihiko Odaki wrote: The unused variables when FLOAT_MIXENG is defined caused warnings on Apple clang version 13.1.6 (clang-1316.0.21.2). Signed-off-by: Akihiko Odaki --- audio/mixeng.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Philippe

[PATCH] audio/mixeng: Do not declare unused variables

2022-03-16 Thread Akihiko Odaki
The unused variables when FLOAT_MIXENG is defined caused warnings on Apple clang version 13.1.6 (clang-1316.0.21.2). Signed-off-by: Akihiko Odaki --- audio/mixeng.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/mixeng.c b/audio/mixeng.c index