diff options
Diffstat (limited to 'cpp/src/IceStorm/KeepAliveThread.cpp')
-rw-r--r-- | cpp/src/IceStorm/KeepAliveThread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceStorm/KeepAliveThread.cpp b/cpp/src/IceStorm/KeepAliveThread.cpp index 600b07df0db..6c8ad926ac9 100644 --- a/cpp/src/IceStorm/KeepAliveThread.cpp +++ b/cpp/src/IceStorm/KeepAliveThread.cpp @@ -115,11 +115,11 @@ KeepAliveThread::run() { (*p)->keepAlive(); } - catch(const Ice::ObjectNotExistException& e) + catch(const Ice::ObjectNotExistException&) { failed(*p); } - catch(const Ice::Exception& e) + catch(const Ice::Exception&) { if(_traceLevels->keepAlive > 1) { |