diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-04-05 13:07:37 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-04-05 13:07:37 +0000 |
commit | 784af6d19532604d888542c5c96194bde7bebf9f (patch) | |
tree | ee8c9b4ccb3fce811c8920a32bda21d818af6ad2 /cpp/src/IceGrid/LocatorI.cpp | |
parent | Fixes (diff) | |
download | ice-784af6d19532604d888542c5c96194bde7bebf9f.tar.bz2 ice-784af6d19532604d888542c5c96194bde7bebf9f.tar.xz ice-784af6d19532604d888542c5c96194bde7bebf9f.zip |
Win32 fixes
Diffstat (limited to 'cpp/src/IceGrid/LocatorI.cpp')
-rw-r--r-- | cpp/src/IceGrid/LocatorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/LocatorI.cpp b/cpp/src/IceGrid/LocatorI.cpp index 84f7c002803..ee19b2c19f1 100644 --- a/cpp/src/IceGrid/LocatorI.cpp +++ b/cpp/src/IceGrid/LocatorI.cpp @@ -396,7 +396,7 @@ LocatorI::getDirectProxyException(const AdapterPrx& adapter, const string& id, c return; } } - catch(const Ice::Exception& ex) + catch(const Ice::Exception&) { // // TODO: Add a warning!!! |