remove most -W compiler warnings

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@164 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-01 00:46:56 +00:00
parent 34fe8bd893
commit 36550f4a66
14 changed files with 46 additions and 47 deletions

View file

@ -65,7 +65,8 @@ static struct pa_socket_client*pa_socket_client_new(struct pa_mainloop_api *m) {
static void do_call(struct pa_socket_client *c) {
struct pa_iochannel *io = NULL;
int error, lerror;
int error;
socklen_t lerror;
assert(c && c->callback);
pa_socket_client_ref(c);