summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp b/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
index 5dc1c8454f4..7a5e182fbaa 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
@@ -102,12 +102,12 @@ public:
{
excep_holder->raise_exception ();
}
- catch (const A::DidTheRightThing& ex)
+ catch (const A::DidTheRightThing&)
{
ACE_DEBUG ((LM_DEBUG,
"... exception received successfully\n"));
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
ACE_DEBUG ((LM_DEBUG,
"... caught the wrong exception -> ERROR\n"));