From 465f8044af764183ffd3c5231127c801976e40cc Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 2 Jun 2006 16:17:33 +0000 Subject: Win32 fixes --- cpp/src/IceGrid/Allocatable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/Allocatable.cpp') 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 } -- cgit v1.2.3