summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-17 14:08:16 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-17 14:08:16 +0000
commitb50f46a09a1ad1b3dc18cf510cf25bf9e53913ef (patch)
tree27f9511c5aca9ed32a735e7ea4398d03a27a40aa /tests/Conn_Test.cpp
parent83a6cbc80c68a4c7da6723779a1786925f0f1a3a (diff)
downloadATCD-b50f46a09a1ad1b3dc18cf510cf25bf9e53913ef.tar.gz
(handler): commented out unused arg "signum".
Diffstat (limited to 'tests/Conn_Test.cpp')
-rw-r--r--tests/Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp
index d4f4ad9b000..270d8cd37fe 100644
--- a/tests/Conn_Test.cpp
+++ b/tests/Conn_Test.cpp
@@ -486,7 +486,7 @@ server (void *arg)
#if !defined (ACE_LACKS_FORK)
static void
-handler (int signum)
+handler (int /* signum */)
{
// No printout here, to be safe. Signal handlers must not acquire
// locks, etc.