summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-29 03:20:25 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-29 03:20:25 +0000
commitc02217323c52cbe6e51eac50ac281b6bccccc768 (patch)
tree969cb81964f071baa8c45ad948f31ead7e81f801 /examples
parent8b83cb5ec36ca04d5564a5285593159c6c2b3eab (diff)
downloadATCD-c02217323c52cbe6e51eac50ac281b6bccccc768.tar.gz
(work): added ACE_UNUSED_ARG (stack_size).
Diffstat (limited to 'examples')
-rw-r--r--examples/Threads/task_five.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Threads/task_five.cpp b/examples/Threads/task_five.cpp
index 153305294c4..bfad4efa251 100644
--- a/examples/Threads/task_five.cpp
+++ b/examples/Threads/task_five.cpp
@@ -83,6 +83,8 @@ Test_Task::synch (void)
void work (ACE_Thread_Manager *thr_mgr, int n_tasks, size_t stack_size)
{
+ ACE_UNUSED_ARG (stack_size);
+
int i;
Test_Task *task_array = new Test_Task[n_tasks];