]> code.delx.au - pulseaudio/blobdiff - polyp/socket-client.c
remove most -W compiler warnings
[pulseaudio] / polyp / socket-client.c
index 3852c1adffeb89e969244425553c1591d5928189..25940122397050a8c1ceb99533a0f44dd0187108 100644 (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);