Permalink
Please sign in to comment.
Browse files
COMP: Address CPPCHECK warnings
Several cppcheck warnings were addressed. Removed redundant typedefs and redundant shadow variables. Also added testing of previously unused functions.
- Loading branch information...
Showing
with
24 additions
and 35 deletions.
- +0 −1 BRAINSCommonLib/BRAINSFitHelperTemplate.hxx
- +2 −0 BRAINSCommonLib/ExtractSingleLargestRegion.cxx
- +2 −0 BRAINSCommonLib/ExtractSingleLargestRegion.h
- +13 −18 BRAINSCommonLib/TestSuite/PrettyPrintTableTest.cxx
- +1 −6 BRAINSCommonLib/itkLargestForegroundFilledMaskImageFilter.h
- +1 −5 BRAINSCommonLib/itkLargestForegroundFilledMaskImageFilter.hxx
- +5 −5 ImageCalculator/ImageGenerate.cxx
0 comments on commit
d020059