mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 14:50:01 +01:00
fix compile warnings in libOSC
This commit is contained in:
@@ -17,7 +17,7 @@ typedef int int4; /* 4 byte int */
|
||||
typedef struct NetworkReturnAddressStruct_t {
|
||||
struct sockaddr_in cl_addr; /* client information */
|
||||
struct sockaddr_in my_addr; /* us */
|
||||
int clilen;
|
||||
unsigned int clilen;
|
||||
int sockfd;
|
||||
fd_set readfds;
|
||||
struct timeval tv;
|
||||
|
||||
Reference in New Issue
Block a user