mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pipewire-jack: fix scan-build errors for unused variables
All cases of value stored but never read
This commit is contained in:
parent
4dd886188a
commit
5596e350ea
2 changed files with 1 additions and 3 deletions
|
|
@ -188,7 +188,7 @@ static int update_property(struct client *c,
|
|||
} else if (prop == NULL) {
|
||||
if (desc == NULL)
|
||||
desc = add_description(subject);
|
||||
prop = add_property(desc, key, value, type);
|
||||
add_property(desc, key, value, type);
|
||||
change = PropertyCreated;
|
||||
changed++;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue