pipewire-jack: fix scan-build errors for unused variables

All cases of value stored but never read
This commit is contained in:
Peter Hutterer 2021-05-10 11:18:25 +10:00 committed by Wim Taymans
parent 4dd886188a
commit 5596e350ea
2 changed files with 1 additions and 3 deletions

View file

@ -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 {