Skip to content

Fix unnecessary-copy-initialization

jvoisin requested to merge jvoisin/openmw:fix_copy_init into master

warning: the variable 'key' is copy-constructed from a const reference but is only used as const reference; consider making it a const reference [performance-unnecessary-copy-initialization]

Found by clang-tidy.

Merge request reports