summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Dynamic_TP/DTP_Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Dynamic_TP/DTP_Task.cpp b/TAO/tao/Dynamic_TP/DTP_Task.cpp
index 30adce9c2e2..e587d7eb746 100644
--- a/TAO/tao/Dynamic_TP/DTP_Task.cpp
+++ b/TAO/tao/Dynamic_TP/DTP_Task.cpp
@@ -193,7 +193,7 @@ TAO_DTP_Task::open (void* /* args */)
else
{
size_t * stack_sz_arr = new size_t[num];
- for (size_t z = 0; z < num; z++)
+ for (int z = 0; z < num; z++)
{
stack_sz_arr[z] = this->thread_stack_size_;
}