Skip to content
  • Sean McBride's avatar
    Fixed many trivial cppcheck 1.77 warnings · ea372f58
    Sean McBride authored
    These are all new warnings vs the previous version, 1.76.1
    
    No real bugs found/fixed here.
    
    Most are either overwriting a never-read variable value,
    usually only at intialiazation, or a useless comparison.
    
    In a couple of places, threw in a const or did other minor reworking.
    ea372f58