mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-27 17:52:18 +02:00

Clang warning: ``` Source/Core/Core/PowerPC/SignatureDB/SignatureDB.cpp:22:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] : m_handler(std::move(CreateFormatHandler(handler))) ^ Source/Core/Core/PowerPC/SignatureDB/SignatureDB.cpp:22:17: note: remove std::move call here : m_handler(std::move(CreateFormatHandler(handler))) ^~~~~~~~~~ ~ ```