Skip to content
Snippets Groups Projects
Commit 930c68bd authored by Sean McBride's avatar Sean McBride
Browse files

Fixed various cppcheck warnings, suppressed others

- Avoid cppcheck false positive (due to pointer aliasing confusion). Reworked the code so g doesn’t alias gTmp, so that cppcheck doesn’t think that gTmp is used unititialized.
- added seemingly missing break
- removed store to local variable from a macro
- fixed other warnings.
parent ef094e5a
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