+Arx/src/graphics/particle/ParticleEffects.cpp:1687:20: warning: local copy 'in2' of the variable 'in' is never modified; consider avoiding the copy [performance-unnecessary-copy-initialization] +Arx/src/graphics/spells/Spells01.cpp:147:8: warning: local copy 'eP' of the variable '_ePos' is never modified; consider avoiding the copy [performance-unnecessary-copy-initialization] +Arx/src/gui/Interface.cpp:3692:11: warning: the variable 'mousePosRel' is copy-constructed from a const reference but is only used as const reference; consider making it a const reference [performance-unnecessary-copy-initialization] +Arx/src/io/IO.cpp:86:9: warning: the variable 'namestr' is copy-constructed from a const reference but is only used as const reference; consider making it a const reference [performance-unnecessary-copy-initialization] +Arx/tools/savetool/SaveFix.cpp:212:9: warning: local copy 'savefile' of the variable 'name' is never modified; consider avoiding the copy [performance-unnecessary-copy-initialization]