Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Add test to avoid unused variable warning
Making variables const identified that the requestedRegion was an unused variable. Modules/Filtering/ImageGrid/test/itkCropImageFilterTest.cxx:82:31: warning: unused variable 'requestedRegion' [-Wunused-variable] Expanded the testing to ensure that all 3 cropped regions are updated to the same size & index values.
- Loading branch information