Fix net simple sample for gcc 14

This commit is contained in:
Wouter Wijsman
2024-05-18 22:41:17 +02:00
parent 116094c366
commit 2a9802e68d

View File

@@ -99,7 +99,7 @@ void start_server(const char *szIpAddr)
int sock; int sock;
int new = -1; int new = -1;
struct sockaddr_in client; struct sockaddr_in client;
size_t size; long unsigned int size;
int readbytes; int readbytes;
char data[1024]; char data[1024];
fd_set set; fd_set set;