Skip to content

Fix various warnings found by clang

jvoisin requested to merge jvoisin/openmw:various_warn into master
  • unused alias
  • inefficient use of push_back
  • exceptions not inheriting from std::exception
  • weird use of a comma
  • value compared against itself

Merge request reports