Skip to content

Fixed one cppcheck 2.4 warning, suppressed others

Sean McBride requested to merge seanm/vtk:cppcheck2.4 into master

Fixed one cppcheck 2.4 warning:

Wrapping/Tools/vtkParseHierarchy.c:1241,style,Condition 'newname' is always false

The code was not wrong, but could be simplified a bit.

Suppressed other false positives.

Merge request reports