fix warning: passing argument 1 of ‘pa_proplist_iterate’ discards ‘const’ qualifier

in pipewire-pulseaudio/src/proplist.c
	for pulseaudio version < 13.0

Signed-off-by: Martin Koch <martin.koch@ese.de>
This commit is contained in:
Martin Koch 2020-06-04 11:43:44 +02:00 committed by Wim Taymans
parent 77860ef348
commit 2ae621c975
2 changed files with 2 additions and 2 deletions

View file

@ -384,7 +384,7 @@ int pa_proplist_equal(PA_CONST pa_proplist *a, PA_CONST pa_proplist *b)
int pw_properties_update_proplist(struct pw_properties *props,
const pa_proplist *p)
PA_CONST pa_proplist *p)
{
void *state = NULL;
const char *key, *val;