summaryrefslogtreecommitdiff
path: root/tests/SPIPE_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SPIPE_Test.cpp')
-rw-r--r--tests/SPIPE_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/SPIPE_Test.cpp b/tests/SPIPE_Test.cpp
index 7710bcc3564..ef7fb564f67 100644
--- a/tests/SPIPE_Test.cpp
+++ b/tests/SPIPE_Test.cpp
@@ -37,7 +37,7 @@ static char *pipe_name = "acepipe";
static ACE_Thread_Manager thr_mgr;
static void *
-client (void *dummy)
+client (void *)
{
#if defined (ACE_WIN32)
ACE_Thread_Control thread_control (&thr_mgr); // Insert thread into thr_mgr
@@ -66,7 +66,7 @@ client (void *dummy)
}
static void *
-server (void *dummy)
+server (void *)
{
#if defined (ACE_WIN32)
ACE_Thread_Control thread_control (&thr_mgr); // Insert thread into thr_mgr