Skip to content

MissingETEvent: Fix cppcheck warnings.

cppcheck warnings:

  • Pass std::string by const reference, not by value.
  • Prefer preincrement to postincrement for iterator objects.

In the process, fix incorrect postincrement operator implementations.

Merge request reports