From 071ecdb24fc0dc33e02ce59fd541adead9cefc6f Mon Sep 17 00:00:00 2001 From: levine Date: Thu, 15 Jan 1998 15:12:09 +0000 Subject: (main): changed some local variables from int to size_t to avoid signed/unsigned comparison --- tests/Priority_Task_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Priority_Task_Test.cpp') diff --git a/tests/Priority_Task_Test.cpp b/tests/Priority_Task_Test.cpp index c4e3cba8ef1..e67d683f5c9 100644 --- a/tests/Priority_Task_Test.cpp +++ b/tests/Priority_Task_Test.cpp @@ -127,7 +127,7 @@ main (int, char *[]) Priority_Task tasks[ACE_MAX_ITERATIONS]; - int i; + size_t i; // Spawn off ACE_MAX_ITERATIONS of tasks, passing each one their // iteration number as their priority. -- cgit v1.2.1