mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Various fixes for build warnings
This commit is contained in:
parent
53695b83dc
commit
9cbf19b59b
5 changed files with 7 additions and 13 deletions
|
|
@ -74,7 +74,7 @@ static int dehex(char x) {
|
|||
static void proplist_sets_unescape(pa_proplist *p, const char *prop, const char *s) {
|
||||
const char *f;
|
||||
char *t, *r;
|
||||
int c;
|
||||
int c = 0;
|
||||
|
||||
enum {
|
||||
TEXT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue