From 4671f4029b7dff91be9e9b2d04aa8d604320a9c6 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 30 Nov 2012 20:38:55 +0000 Subject: Fixed GCC release warnings and set QT_HOME to /usr in Make.rules --- cpp/src/Ice/ProxyFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/ProxyFactory.cpp') diff --git a/cpp/src/Ice/ProxyFactory.cpp b/cpp/src/Ice/ProxyFactory.cpp index c28520afcd6..239d3e2c18c 100644 --- a/cpp/src/Ice/ProxyFactory.cpp +++ b/cpp/src/Ice/ProxyFactory.cpp @@ -217,7 +217,7 @@ IceInternal::ProxyFactory::checkRetryAfterException(const LocalException& ex, ++cnt; assert(cnt > 0); - int interval; + int interval = -1; if(cnt == static_cast(_retryIntervals.size() + 1) && dynamic_cast(&ex)) { -- cgit v1.2.3