-
Fix most clang warnings · a5ade513Andre Weissflog authored
- member initializing order in some constructors - missing default branches in switch-case - uninitialized variable if switch-case default (uncritical because program would exit) - && and || brace warnings in if()
a5ade513
×