diff options
Diffstat (limited to 'tests/SOCK_Send_Recv_Test.cpp')
-rw-r--r-- | tests/SOCK_Send_Recv_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SOCK_Send_Recv_Test.cpp b/tests/SOCK_Send_Recv_Test.cpp index 31c22ff3384..a4b3adebba2 100644 --- a/tests/SOCK_Send_Recv_Test.cpp +++ b/tests/SOCK_Send_Recv_Test.cpp @@ -74,7 +74,7 @@ client (void *arg) // there is no more and no less. unsigned char buff[255]; - int i; + unsigned int i; ssize_t len; // The server will verify that this data pattern gets there intact. |