summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/MT_SOCK_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MT_SOCK_Test.cpp b/tests/MT_SOCK_Test.cpp
index 5ed964e3c89..40a45928abf 100644
--- a/tests/MT_SOCK_Test.cpp
+++ b/tests/MT_SOCK_Test.cpp
@@ -224,7 +224,7 @@ spawn (void)
server_addr.get_port_number ()));
#if !defined (ACE_WIN32) && !defined (VXWORKS)
- for (int i = 0; i < ACE_MAX_CLIENTS; i++)
+ for (size_t i = 0; i < ACE_MAX_CLIENTS; i++)
{
switch (ACE_OS::fork ("child"))
{