fix compile warnings in libOSC

This commit is contained in:
niels
2015-07-25 17:34:03 +02:00
parent 6cf5b5809c
commit cc643c67dd
6 changed files with 15 additions and 59 deletions

View File

@@ -2,6 +2,6 @@
struct NetworkReturnAddressStruct {
struct sockaddr_in cl_addr;
int clilen;
unsigned int clilen;
int sockfd;
};