Skip to content
Snippets Groups Projects
Commit bd50814c authored by Edward Brash's avatar Edward Brash Committed by Stephen A. Wood
Browse files

Address some minor issues reported by cppcheck

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.
parent 9951612b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment