summaryrefslogtreecommitdiff
path: root/tests/Thread_Manager_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Thread_Manager_Test.cpp')
-rw-r--r--tests/Thread_Manager_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Thread_Manager_Test.cpp b/tests/Thread_Manager_Test.cpp
index f06e3d45603..5b926a63a42 100644
--- a/tests/Thread_Manager_Test.cpp
+++ b/tests/Thread_Manager_Test.cpp
@@ -218,7 +218,7 @@ main (int, ACE_TCHAR *[])
#endif /* VXWORKS */
n_threads,
(ACE_THR_FUNC) worker,
- (void *) n_iterations,
+ ACE_reinterpret_cast (void *, n_iterations),
THR_BOUND
#if defined (VXWORKS)
, ACE_DEFAULT_THREAD_PRIORITY