summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/LocatorI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-04-05 13:07:37 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-04-05 13:07:37 +0000
commit784af6d19532604d888542c5c96194bde7bebf9f (patch)
treeee8c9b4ccb3fce811c8920a32bda21d818af6ad2 /cpp/src/IceGrid/LocatorI.cpp
parentFixes (diff)
downloadice-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.cpp2
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!!!