diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-11-30 20:38:55 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-11-30 20:38:55 +0000 |
commit | 4671f4029b7dff91be9e9b2d04aa8d604320a9c6 (patch) | |
tree | 7aec1718ee63f51b8dbd29f42fd7bf7b18a3f414 /cpp/src/Ice/ProxyFactory.cpp | |
parent | Fixed (ICE-5064) - Batch Oneway does not appear to work with Silverlight hell... (diff) | |
download | ice-4671f4029b7dff91be9e9b2d04aa8d604320a9c6.tar.bz2 ice-4671f4029b7dff91be9e9b2d04aa8d604320a9c6.tar.xz ice-4671f4029b7dff91be9e9b2d04aa8d604320a9c6.zip |
Fixed GCC release warnings and set QT_HOME to /usr in Make.rules
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<int>(_retryIntervals.size() + 1) && dynamic_cast<const CloseConnectionException*>(&ex)) { |