summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Oneways/Session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Oneways/Session.cpp')
-rw-r--r--TAO/tests/Big_Oneways/Session.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Big_Oneways/Session.cpp b/TAO/tests/Big_Oneways/Session.cpp
index 752850ac50d..dd7003cb964 100644
--- a/TAO/tests/Big_Oneways/Session.cpp
+++ b/TAO/tests/Big_Oneways/Session.cpp
@@ -105,7 +105,7 @@ Session::validate_connections (void)
{
this->other_sessions_[j]->ping ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
}