diff options
Diffstat (limited to 'cpp/test/Freeze/evictor/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/evictor/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Freeze/evictor/Client.cpp b/cpp/test/Freeze/evictor/Client.cpp index 68932436e3f..61164ada38f 100644 --- a/cpp/test/Freeze/evictor/Client.cpp +++ b/cpp/test/Freeze/evictor/Client.cpp @@ -95,7 +95,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) servants[i]->getValue(); test(false); } - catch(const Ice::ObjectNotExistException& ex) + catch(const Ice::ObjectNotExistException&) { // Expected } @@ -239,7 +239,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) servants[i]->getValue(); test(false); } - catch(const Ice::ObjectNotExistException& ex) + catch(const Ice::ObjectNotExistException&) { // Expected } |