[packages/wxWidgets] - one more gcc 6 fix

baggins baggins at pld-linux.org
Sun Apr 16 02:04:25 CEST 2017


commit fce05718f43d23672966ec2992128b7201a9b145
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Apr 16 02:04:11 2017 +0200

    - one more gcc 6 fix

 gcc6.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/gcc6.patch b/gcc6.patch
index c2bf5de..4da3bbb 100644
--- a/gcc6.patch
+++ b/gcc6.patch
@@ -35,3 +35,14 @@ index cd72953a..2081df28 100644
  		return false;
  	return true;
  }
+--- wxWidgets-3.0.2/utils/ifacecheck/src/xmlparser.cpp~	2014-10-06 23:33:44.000000000 +0200
++++ wxWidgets-3.0.2/utils/ifacecheck/src/xmlparser.cpp	2017-04-16 02:00:59.184716773 +0200
+@@ -570,7 +570,7 @@
+             if (!parent) {
+                 wxLogError("Could not find parent '%s' of class '%s'...",
+                          m_parents[i], GetName());
+-                return false;
++                return NULL;
+             }
+ 
+             const wxMethod *parentMethod = parent->RecursiveUpwardFindMethod(m, allclasses);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/fce05718f43d23672966ec2992128b7201a9b145



More information about the pld-cvs-commit mailing list