summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Allocatable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Allocatable.cpp')
-rw-r--r--cpp/src/IceGrid/Allocatable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Allocatable.cpp b/cpp/src/IceGrid/Allocatable.cpp
index 536ec5f7aa5..e6b0e4a420a 100644
--- a/cpp/src/IceGrid/Allocatable.cpp
+++ b/cpp/src/IceGrid/Allocatable.cpp
@@ -193,7 +193,7 @@ Allocatable::tryAllocate(const AllocationRequestPtr& request, bool fromRelease)
{
return allocate(request, true, fromRelease);
}
- catch(const AllocationException& ex)
+ catch(const AllocationException&)
{
return false; // Not allocatable
}