mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-08 12:44:51 -05: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)))
^~~~~~~~~~ ~
```
|
||
|---|---|---|
| .. | ||
| CSVSignatureDB.cpp | ||
| CSVSignatureDB.h | ||
| DSYSignatureDB.cpp | ||
| DSYSignatureDB.h | ||
| MEGASignatureDB.cpp | ||
| MEGASignatureDB.h | ||
| SignatureDB.cpp | ||
| SignatureDB.h | ||