diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-11-15 00:26:11 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-11-15 00:26:11 +0000 |
commit | 5febea51b60d910f39581507bb21fbe65da0fa4d (patch) | |
tree | ab5a48ba55a64b725f19536e176c3e637bb7c5ea /cpp/src/IcePack/LocatorI.cpp | |
parent | throttle tracing (diff) | |
download | ice-5febea51b60d910f39581507bb21fbe65da0fa4d.tar.bz2 ice-5febea51b60d910f39581507bb21fbe65da0fa4d.tar.xz ice-5febea51b60d910f39581507bb21fbe65da0fa4d.zip |
Win32 fixes
Diffstat (limited to 'cpp/src/IcePack/LocatorI.cpp')
-rw-r--r-- | cpp/src/IcePack/LocatorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/LocatorI.cpp b/cpp/src/IcePack/LocatorI.cpp index 674755584de..0cafa447cf7 100644 --- a/cpp/src/IcePack/LocatorI.cpp +++ b/cpp/src/IcePack/LocatorI.cpp @@ -55,7 +55,7 @@ public: _cb->ice_exception(Ice::AdapterNotFoundException()); return; } - catch(const Ice::LocalException& ex) + catch(const Ice::LocalException&) { // // Expected if we couldn't contact the adapter object |