From b33329c31330b9f266db3b384c507664f534ff34 Mon Sep 17 00:00:00 2001 From: parsons Date: Tue, 25 May 1999 14:51:58 +0000 Subject: Fixed a signed/unsigned mismatch warning. --- tests/SOCK_Send_Recv_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/SOCK_Send_Recv_Test.cpp') 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. -- cgit v1.2.1