mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-30 11:08:55 -05:00
chore: fix warnings shown by Clang 16
These might have existed earlier, but fixing anyway
This commit is contained in:
parent
171e2a99ba
commit
249cf9bfbe
3 changed files with 2 additions and 3 deletions
|
|
@ -1639,6 +1639,7 @@ static void stream_param_changed(void *data, uint32_t id, const struct spa_pod *
|
|||
case SPA_PARAM_Props:
|
||||
if (param != NULL)
|
||||
stream_props_changed(impl, id, param);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue