summaryrefslogtreecommitdiff
path: root/tests/SPIPE_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-10 18:58:26 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-10 18:58:26 +0000
commit3c84e3836b3abfab542a7be40203dfdb2b6a1b8d (patch)
treebb9f565d02cf35dba707c8976e89ba97749e5b0c /tests/SPIPE_Test.cpp
parentc6f8c1fb06c57e454694764a7005c68ce47b3a65 (diff)
downloadATCD-3c84e3836b3abfab542a7be40203dfdb2b6a1b8d.tar.gz
Hi David ;-)
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