summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceBox/ServiceManagerI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.cpp b/cpp/src/IceBox/ServiceManagerI.cpp
index 414b858ee2f..61fb1c2d7d0 100644
--- a/cpp/src/IceBox/ServiceManagerI.cpp
+++ b/cpp/src/IceBox/ServiceManagerI.cpp
@@ -599,7 +599,7 @@ IceBox::ServiceManagerI::start(const string& service, const string& entryPoint,
{
info.service = factory(_communicator);
}
- catch(const FailureException& ex)
+ catch(const FailureException&)
{
throw;
}