summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp')
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp b/TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp
index 5eb7a48fcf3..7bf5c9d2e52 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp
+++ b/TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp
@@ -30,7 +30,7 @@ Client_Task::svc (void)
this->latency_.sample (now - start);
}
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
return 0;
}
@@ -56,6 +56,6 @@ Client_Task::validate_connection (void)
{
(void) this->roundtrip_->test_method (dummy);
}
- catch (const CORBA::Exception& ex){}
+ catch (const CORBA::Exception&){}
}
}