summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2654_Regression
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2654_Regression')
-rw-r--r--TAO/tests/Bug_2654_Regression/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2654_Regression/client.cpp b/TAO/tests/Bug_2654_Regression/client.cpp
index a340b08ede0..b7ce8ac336a 100644
--- a/TAO/tests/Bug_2654_Regression/client.cpp
+++ b/TAO/tests/Bug_2654_Regression/client.cpp
@@ -125,7 +125,7 @@ Worker::svc()
{
this->orb_->shutdown();
}
- catch (CORBA::Exception &ex)
+ catch (CORBA::Exception &)
{
}