summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/WaitQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/WaitQueue.cpp')
-rw-r--r--cpp/src/IceGrid/WaitQueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/WaitQueue.cpp b/cpp/src/IceGrid/WaitQueue.cpp
index a7a2b4e5aeb..6d7b058e6a4 100644
--- a/cpp/src/IceGrid/WaitQueue.cpp
+++ b/cpp/src/IceGrid/WaitQueue.cpp
@@ -89,7 +89,7 @@ WaitQueue::run()
{
(*p)->expired(false);
}
- catch(const Ice::LocalException& ex)
+ catch(const Ice::LocalException&)
{
//
// TODO: Add some tracing.