Re: [PATCH] selftests: alsa: Remove unused variable in utimer-test
From: Takashi Iwai
Date: Mon Jan 19 2026 - 03:13:14 EST
On Sun, 18 Jan 2026 07:55:10 +0100,
LeeYongjun wrote:
>
> The variable 'i' in wrong_timers_test() is declared but never used.
> This was detected by Cppcheck static analysis.
>
> tools/testing/selftests/alsa/utimer-test.c:144:9: style: Unused variable: i [unusedVariable]
>
> Remove it to clean up the code and silence the warning.
>
> Signed-off-by: LeeYongjun <jun85566@xxxxxxxxx>
Thanks, applied now.
Takashi