summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1270_Regression
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1270_Regression')
-rw-r--r--TAO/tests/Bug_1270_Regression/Server_Timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1270_Regression/Server_Timer.cpp b/TAO/tests/Bug_1270_Regression/Server_Timer.cpp
index 0e1697a1c98..5eca7f6b241 100644
--- a/TAO/tests/Bug_1270_Regression/Server_Timer.cpp
+++ b/TAO/tests/Bug_1270_Regression/Server_Timer.cpp
@@ -47,7 +47,7 @@ Server_Timer::handle_timeout (ACE_Time_Value const &, void const *)
echo->echo_payload (pload);
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
this->echo_ = Test::Echo::_nil ();