chore: fix warnings shown by Clang 16

These might have existed earlier, but fixing anyway
This commit is contained in:
Dmitry Sharshakov 2023-05-09 11:00:36 +03:00 committed by Wim Taymans
parent 171e2a99ba
commit 249cf9bfbe
3 changed files with 2 additions and 3 deletions

View file

@ -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;
}