Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: fix clang -Wtautological-pointer-compare warnings
Warning was: ``` /Modules/Registration/GPUPDEDeformable/include/itkGPUPDEDeformableRegistrationFilter.hxx:102:7: warning: comparison of array 'this->m_GPUSmoothingKernels' not equal to a null pointer is always true [-Wtautological-pointer-compare] if (m_GPUSmoothingKernels != nullptr) ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ ```
- Loading branch information