mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
fix compiler warning
This commit is contained in:
parent
90fbc036f4
commit
857a1f4909
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ static int setup_a2dp(struct userdata *u) {
|
|||
}
|
||||
}
|
||||
|
||||
pa_assert(i < PA_ELEMENTSOF(freq_table));
|
||||
pa_assert((unsigned) i < PA_ELEMENTSOF(freq_table));
|
||||
|
||||
if (cap->capability.configured)
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue