summaryrefslogtreecommitdiff
path: root/ACE/tests/Service_Config_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-13 15:25:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-13 15:25:23 +0000
commit4a8658c3cda22915db1b4e765a36e2d345600eb5 (patch)
tree15e9eb850c95e2348870e4a50fe49d779846f65b /ACE/tests/Service_Config_Test.cpp
parentf264cd6a1710919441228948f78c30c1435ee517 (diff)
downloadATCD-4a8658c3cda22915db1b4e765a36e2d345600eb5.tar.gz
Thu Nov 13 15:25:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/Service_Config_Test.cpp')
-rw-r--r--ACE/tests/Service_Config_Test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/tests/Service_Config_Test.cpp b/ACE/tests/Service_Config_Test.cpp
index 654f7f49ca9..b359e1ee06d 100644
--- a/ACE/tests/Service_Config_Test.cpp
+++ b/ACE/tests/Service_Config_Test.cpp
@@ -66,10 +66,9 @@ private:
u_short Test_Singleton::current_ = 0;
extern "C" void
-test_singleton_cleanup (void *object, void *param)
+test_singleton_cleanup (void *object, void *)
{
// We can't reliably use ACE_Log_Msg in a cleanup hook. Yet.
- ACE_UNUSED_ARG (param);
/* ACE_DEBUG ((LM_DEBUG, "cleanup %d\n", (u_short) param)); */
delete (Test_Singleton *) object;