mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-08 03:01:52 -04:00
alsa: fix warning
warning: the address of ‘dev_id’ will always evaluate as ‘true’ [-Waddress]
This commit is contained in:
parent
cb327e5762
commit
1272f77eb5
1 changed files with 0 additions and 1 deletions
|
|
@ -5123,7 +5123,6 @@ void pa_alsa_profile_set_probe(
|
|||
snprintf(dev_id, sizeof(dev_id), "%d", card_index);
|
||||
|
||||
pa_assert(ps);
|
||||
pa_assert(dev_id);
|
||||
pa_assert(ss);
|
||||
|
||||
if (ps->probed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue