Page MenuHomePhabricator
Authored By
reicht
Aug 17 2017, 12:33 AM
Size
1 KB
Referenced Files
None
Subscribers
None

ITK-4.11.0.patch

diff --git a/Modules/ThirdParty/GDCM/CMakeLists.txt b/Modules/ThirdParty/GDCM/CMakeLists.txt
index bf2d27d..e321215 100644
--- a/Modules/ThirdParty/GDCM/CMakeLists.txt
+++ b/Modules/ThirdParty/GDCM/CMakeLists.txt
@@ -4,7 +4,7 @@ set(ITKGDCM_THIRD_PARTY 1)
if(ITK_USE_SYSTEM_GDCM)
set(ITKGDCM_SYSTEM_INCLUDE_DIRS ${GDCM_INCLUDE_DIRS})
set(ITKGDCM_SYSTEM_LIBRARY_DIRS ${GDCM_LIBRARY_DIRS})
- set(ITKGDCM_LIBRARIES gdcmDICT gdcmMSFF)
+ set(ITKGDCM_LIBRARIES gdcmDICT gdcmMSFF gdcmDSED)
set(ITKGDCM_NO_SRC 1)
# When this module is loaded by an app, load GDCM too.
@@ -42,7 +42,7 @@ else()
endif()
endif()
endif()
- set(ITKGDCM_LIBRARIES gdcmDICT gdcmMSFF )
+ set(ITKGDCM_LIBRARIES gdcmDICT gdcmMSFF gdcmDSED)
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;

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
219124
Default Alt Text
ITK-4.11.0.patch (1 KB)

Event Timeline