Various fixes for build warnings

This commit is contained in:
Maarten Bosmans 2011-03-02 12:41:24 +01:00 committed by Colin Guthrie
parent 53695b83dc
commit 9cbf19b59b
5 changed files with 7 additions and 13 deletions

View file

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