summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp')
-rw-r--r--TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp b/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp
index c4abee2e922..6b719aa19eb 100644
--- a/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp
+++ b/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp
@@ -49,7 +49,7 @@ Client_Task::svc (void)
this->test_double_seq ();
}
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
return 0;
}
@@ -77,7 +77,7 @@ Client_Task::validate_connection (void)
{
(void) this->roundtrip_->test_octet_method (oc, dummy);
}
- catch (const CORBA::Exception& ex){}
+ catch (const CORBA::Exception&){}
}
}