summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-11-30 20:38:55 +0000
committerBernard Normier <bernard@zeroc.com>2012-11-30 20:38:55 +0000
commit4671f4029b7dff91be9e9b2d04aa8d604320a9c6 (patch)
tree7aec1718ee63f51b8dbd29f42fd7bf7b18a3f414 /cpp/src/Ice/Proxy.cpp
parentFixed (ICE-5064) - Batch Oneway does not appear to work with Silverlight hell... (diff)
downloadice-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/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 7b5b6781867..64f8b238d70 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -1302,7 +1302,7 @@ IceProxy::Ice::Object::__handleException(const ::IceInternal::Handle< ::IceDeleg
ex.ice_throw();
}
- int interval;
+ int interval = 0;
try
{
interval = _reference->getInstance()->proxyFactory()->checkRetryAfterException(ex, _reference, sleep, cnt);