Page MenuHomePhabricator

ITK_OSX_CLANG_patch.patch

Authored By
reicht
Aug 17 2017, 12:19 AM
Size
996 B
Referenced Files
None
Subscribers
None

ITK_OSX_CLANG_patch.patch

diff --git a/CMakeExternals/ITK-4.11.0.patch b/CMakeExternals/ITK-4.11.0.patch
index 9a285c0..0bf2df5 100644
--- a/CMakeExternals/ITK-4.11.0.patch
+++ b/CMakeExternals/ITK-4.11.0.patch
@@ -20,3 +20,17 @@ index bf2d27d..e321215 100644
endif()
itk_module_impl()
+
+diff --git a/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx b/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx
+index 1f5f9bf..8c62db4 100644
+--- a/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx
++++ b/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/lsqrBase.cxx
+@@ -562,7 +562,7 @@ Solve( unsigned int m, unsigned int n, const double * b, double * x )
+ // See if it is time to print something.
+ //----------------------------------------------------------------
+ bool prnt = false;
+- if (nout > 0)
++ if (nout > (void*)0)
+ {
+ if (n <= 40) prnt = true;
+ if (this->itn <= 10) prnt = true;
\ No newline at end of file

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
219123
Default Alt Text
ITK_OSX_CLANG_patch.patch (996 B)

Event Timeline