diff options
Diffstat (limited to 'tests/Enum_Interfaces_Test.cpp')
-rw-r--r-- | tests/Enum_Interfaces_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Enum_Interfaces_Test.cpp b/tests/Enum_Interfaces_Test.cpp index f4babaf9011..04788c260bd 100644 --- a/tests/Enum_Interfaces_Test.cpp +++ b/tests/Enum_Interfaces_Test.cpp @@ -37,7 +37,7 @@ main (int, char *[]) ACE_START_TEST ("Enum_interfaces"); ACE_INET_Addr *the_addr_array; - ACE_UINT32 how_many = 0; + size_t how_many = 0; int rc = ACE::get_ip_interfaces (how_many, the_addr_array); |