diff options
Diffstat (limited to 'cpp/src/IceGrid/NodeI.cpp')
-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&) { } } |