summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/IcePackNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/IcePackNode.cpp')
-rw-r--r--cpp/src/IcePack/IcePackNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/IcePackNode.cpp b/cpp/src/IcePack/IcePackNode.cpp
index 3ab27eb2eb5..45ff530b406 100644
--- a/cpp/src/IcePack/IcePackNode.cpp
+++ b/cpp/src/IcePack/IcePackNode.cpp
@@ -361,7 +361,7 @@ IcePack::NodeService::start(int argc, char* argv[])
error("a node with the same name is already registered and active");
return false;
}
- catch(const LocalException& ex)
+ catch(const LocalException&)
{
error("couldn't contact the IcePack registry");
return false;