-
- Downloads
Fixed various cppcheck warnings, suppressed others
- Avoid cppcheck false positive (due to pointer aliasing confusion). Reworked the code so g doesn’t alias gTmp, so that cppcheck doesn’t think that gTmp is used unititialized. - added seemingly missing break - removed store to local variable from a macro - fixed other warnings.
Showing
- CMake/VTKcppcheckSuppressions.txt 5 additions, 8 deletionsCMake/VTKcppcheckSuppressions.txt
- Filters/Core/vtkFlyingEdges3D.cxx 15 additions, 8 deletionsFilters/Core/vtkFlyingEdges3D.cxx
- Filters/General/vtkInterpolatingSubdivisionFilter.cxx 4 additions, 4 deletionsFilters/General/vtkInterpolatingSubdivisionFilter.cxx
- IO/Parallel/vtkPImageWriter.cxx 0 additions, 1 deletionIO/Parallel/vtkPImageWriter.cxx
- Wrapping/Tools/vtkParsePreprocess.c 1 addition, 2 deletionsWrapping/Tools/vtkParsePreprocess.c
- Wrapping/Tools/vtkWrapPythonOverload.c 1 addition, 0 deletionsWrapping/Tools/vtkWrapPythonOverload.c
Loading
Please register or sign in to comment