diff options
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r-- | cpp/src/IceGrid/Database.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp index 7a3f32bd760..4a2be700876 100644 --- a/cpp/src/IceGrid/Database.cpp +++ b/cpp/src/IceGrid/Database.cpp @@ -303,7 +303,7 @@ Database::addApplicationDescriptor(AdminSessionI* session, const ApplicationDesc { for_each(entries.begin(), entries.end(), IceUtil::voidMemFun(&ServerEntry::sync)); } - catch(const DeploymentException& ex) + catch(const DeploymentException&) { // TODO: warning? } @@ -1437,7 +1437,7 @@ Database::finishUpdate(ServerEntrySeq& entries, { for_each(entries.begin(), entries.end(), IceUtil::voidMemFun(&ServerEntry::sync)); } - catch(const DeploymentException& ex) + catch(const DeploymentException&) { // TODO: warning? } |