Skip to content
Snippets Groups Projects
  • Edward Brash's avatar
    bd50814c
    Address some minor issues reported by cppcheck · bd50814c
    Edward Brash authored
    These were related to a) scope of some variable declarations, and b) use
    of pre-increment vs. post-increment of non-primitive types (this has a
    slight performance hit due to the way that pre- vs. post-increment
    operators are overloaded in C++.
    
    Also cleaned up a few places where initialized variables were not being
    used.
    bd50814c
    History
    Address some minor issues reported by cppcheck
    Edward Brash authored
    These were related to a) scope of some variable declarations, and b) use
    of pre-increment vs. post-increment of non-primitive types (this has a
    slight performance hit due to the way that pre- vs. post-increment
    operators are overloaded in C++.
    
    Also cleaned up a few places where initialized variables were not being
    used.