summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_1559/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_1559/client.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_1559/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/client.cpp b/TAO/tests/Portable_Interceptors/Bug_1559/client.cpp
index ec776011160..94337f645e1 100644
--- a/TAO/tests/Portable_Interceptors/Bug_1559/client.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_1559/client.cpp
@@ -51,7 +51,7 @@ run_test (Test_Interceptors::Visual_ptr server)
{
server->user ();
}
- catch (const Test_Interceptors::Silly& userex)
+ catch (const Test_Interceptors::Silly&)
{
ACE_DEBUG ((LM_DEBUG, "Caught Silly\n"));
}
@@ -60,7 +60,7 @@ run_test (Test_Interceptors::Visual_ptr server)
{
server->system ();
}
- catch (const CORBA::INV_OBJREF& sysex)
+ catch (const CORBA::INV_OBJREF&)
{
ACE_DEBUG ((LM_DEBUG, "Caught CORBA::INV_OBJREF\n"));
}