summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Client_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Client_Task.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Client_Task.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Client_Task.cpp b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Client_Task.cpp
index c5efb20ea5c..2ab4f6778cb 100644
--- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Client_Task.cpp
+++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Client_Task.cpp
@@ -66,7 +66,7 @@ Client_Task::run_test (Test_Interceptors::Visual_ptr server)
{
(void) server->user ();
}
- catch (const Test_Interceptors::Silly& userex)
+ catch (const Test_Interceptors::Silly&)
{
ACE_DEBUG ((LM_DEBUG, "As expected, Caught Silly\n"));
}
@@ -75,7 +75,7 @@ Client_Task::run_test (Test_Interceptors::Visual_ptr server)
{
server->system ();
}
- catch (const CORBA::INV_OBJREF& sysex)
+ catch (const CORBA::INV_OBJREF&)
{
ACE_DEBUG ((LM_DEBUG, "As expected, Caught CORBA::INV_OBJREF\n"));
}