summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Protocols/sender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Protocols/sender.cpp')
-rw-r--r--TAO/performance-tests/Protocols/sender.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Protocols/sender.cpp b/TAO/performance-tests/Protocols/sender.cpp
index 9e2095b67c1..81d8ba3eeba 100644
--- a/TAO/performance-tests/Protocols/sender.cpp
+++ b/TAO/performance-tests/Protocols/sender.cpp
@@ -475,7 +475,7 @@ Worker::setup (void)
goto test_protocol_success;
}
- catch (const CORBA::TRANSIENT& exception)
+ catch (const CORBA::TRANSIENT&)
{
++j;
@@ -517,7 +517,7 @@ Worker::setup (void)
goto base_protocol_success;
}
- catch (const CORBA::TRANSIENT& exception)
+ catch (const CORBA::TRANSIENT&)
{
ACE_OS::sleep (1);