Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Remove unconditionally true statement
[CTest: warning matched] /Users/builder/externalModules/Filtering/ImageCompare/test/itkSimilarityIndexImageFilterTest.cxx:63:18: warning: result of comparison of 0 <= unsigned expression is always true [-Wtautological-unsigned-zero-compare] 63 | if (lower1 <= count && count <= upper1) | ~~~~~~ ^ ~~~~~ [CTest: warning suppressed] 1 warning generated.
- Loading branch information