Skip to content
  • Sean McBride's avatar
    Fixed various easy cppcheck dashboard warnings · 887c88d8
    Sean McBride authored
    - 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
    887c88d8