diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-11-19 19:09:29 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-11-19 19:09:29 +0100 |
commit | 5a9697ba396c35350fae427d24f4ce8fe86ceb4e (patch) | |
tree | 1a1826afd279a1acac0694aacbeb2239dba6c218 /cpp | |
parent | Merge commit 'origin/master' into bug2368 (diff) | |
download | ice-5a9697ba396c35350fae427d24f4ce8fe86ceb4e.tar.bz2 ice-5a9697ba396c35350fae427d24f4ce8fe86ceb4e.tar.xz ice-5a9697ba396c35350fae427d24f4ce8fe86ceb4e.zip |
Win32 fix
Diffstat (limited to '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 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&) { } |