Skip to content

Fixed various easy cppcheck dashboard warnings

Sean McBride requested to merge seanm/vtk:cppcheck-simple into master
  • some post to pre increment changes
  • removed unneeded check that unsigned >= 0
  • fixed seeming copy-paste where kMax was assigned different values back-to-back
  • remvoed unused variable
  • marked operator= method with VTK_DELETE_FUNCTION to hopefully silence complaint about return type

Merge request reports