diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-01-20 14:08:39 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-01-20 14:08:39 +0000 |
commit | 3fcbead8c7af605c22044b4f022d9bed91e8e4ab (patch) | |
tree | 0eb7973b9b179f08aabed90f0eff8b8c297783a9 /cpp/src/IcePack/IcePackNode.cpp | |
parent | Fixed bug where ObjectAdapter.activate() could throw (diff) | |
download | ice-3fcbead8c7af605c22044b4f022d9bed91e8e4ab.tar.bz2 ice-3fcbead8c7af605c22044b4f022d9bed91e8e4ab.tar.xz ice-3fcbead8c7af605c22044b4f022d9bed91e8e4ab.zip |
Fixed Win32 build
Diffstat (limited to 'cpp/src/IcePack/IcePackNode.cpp')
-rw-r--r-- | cpp/src/IcePack/IcePackNode.cpp | 2 |
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; |