mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 13:16:31 +01:00
nhlt-dmic-info: fix the verbose compilation warnings for latest gcc
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d7bbc26d6e
commit
b7d73a4611
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ int main(int argc, char *argv[])
|
|||
free(long_option);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
for (i = j = k = 0; i < ARRAY_SIZE(args); i++) {
|
||||
for (i = j = k = 0; i < (int)ARRAY_SIZE(args); i++) {
|
||||
a = &args[i];
|
||||
if ((a->sarg & 0xff) == 0)
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue