summaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-cpp-src-Ice-ProxyFactory.cpp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-03-24 15:57:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-03-24 15:57:39 +0000
commitccecfeab22539d9ad1268f4eaf3383ce380b7ae0 (patch)
tree3770ac1ea6c0cac0b96bda09ec58fe0bd6565b4b /devel/ice/files/patch-cpp-src-Ice-ProxyFactory.cpp
parentFix formatting so that "make tidy" passes (diff)
- Fix build with gcc 4.7
- Add support for clang PR: 165702 Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293741
Diffstat (limited to 'devel/ice/files/patch-cpp-src-Ice-ProxyFactory.cpp')
-rw-r--r--devel/ice/files/patch-cpp-src-Ice-ProxyFactory.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ice/files/patch-cpp-src-Ice-ProxyFactory.cpp b/devel/ice/files/patch-cpp-src-Ice-ProxyFactory.cpp
new file mode 100644
index 000000000000..6580d5600ac2
--- /dev/null
+++ b/devel/ice/files/patch-cpp-src-Ice-ProxyFactory.cpp
@@ -0,0 +1,10 @@
+--- cpp.orig/src/Ice/ProxyFactory.cpp 2011-06-15 21:43:59.000000000 +0200
++++ cpp/src/Ice/ProxyFactory.cpp 2012-03-04 20:14:53.000000000 +0100
+@@ -229,6 +229,7 @@
+ }
+ else if(cnt > static_cast<int>(_retryIntervals.size()))
+ {
++ interval = 0; // apeace compiler
+ if(traceLevels->retry >= 1)
+ {
+ Trace out(logger, traceLevels->retryCat);