summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp')
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
index e39f6b10935..e7db2d0dbcc 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
@@ -187,7 +187,7 @@ Worker_Thread::validate_connection (void)
throw;
// Otherwise, ignore...
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// Rethrow any other exceptions.
throw;