summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-11-19 19:09:29 +0100
committerBenoit Foucher <benoit@zeroc.com>2007-11-19 19:09:29 +0100
commit5a9697ba396c35350fae427d24f4ce8fe86ceb4e (patch)
tree1a1826afd279a1acac0694aacbeb2239dba6c218 /cpp/src
parentMerge commit 'origin/master' into bug2368 (diff)
downloadice-5a9697ba396c35350fae427d24f4ce8fe86ceb4e.tar.bz2
ice-5a9697ba396c35350fae427d24f4ce8fe86ceb4e.tar.xz
ice-5a9697ba396c35350fae427d24f4ce8fe86ceb4e.zip
Win32 fix
Diffstat (limited to 'cpp/src')
-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 702eded7cd7..b7361dce4a1 100644
--- a/cpp/src/IceGrid/LocatorI.cpp
+++ b/cpp/src/IceGrid/LocatorI.cpp
@@ -51,7 +51,7 @@ public:
return;
}
}
- catch(const Ice::Exception& ex)
+ catch(const Ice::Exception&)
{
}