diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-12-20 12:01:49 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-12-20 12:01:49 +0000 |
commit | 2587fe0e8cc191dc44fa7aff2a196220f8abbb1b (patch) | |
tree | 52525e5894a77c6a55ee5d8f059058e535c59ecd /cpp/src | |
parent | Removed property attributes and added iceVersion (diff) | |
download | ice-2587fe0e8cc191dc44fa7aff2a196220f8abbb1b.tar.bz2 ice-2587fe0e8cc191dc44fa7aff2a196220f8abbb1b.tar.xz ice-2587fe0e8cc191dc44fa7aff2a196220f8abbb1b.zip |
Win32 fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/NodeI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeI.cpp b/cpp/src/IceGrid/NodeI.cpp index 470c6cd2490..ee269abe252 100644 --- a/cpp/src/IceGrid/NodeI.cpp +++ b/cpp/src/IceGrid/NodeI.cpp @@ -498,7 +498,7 @@ NodeI::patch_async(const AMD_Node_patchPtr& amdCB, feedback->failed(_name, failure); } } - catch(const Ice::LocalException& ex) + catch(const Ice::LocalException&) { } } |