mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 00:45:37 +00:00
Fix -Wpessimizing-move (Clang)
This commit is contained in:
parent
2c18d67769
commit
c8fefc4434
4 changed files with 4 additions and 5 deletions
|
|
@ -46,7 +46,6 @@ else()
|
|||
add_compile_options(-fconstexpr-steps=16777216)
|
||||
add_compile_options(-Wno-unused-lambda-capture)
|
||||
add_compile_options(-Wno-unused-private-field)
|
||||
add_compile_options(-Wno-pessimizing-move)
|
||||
add_compile_options(-Wno-delete-non-virtual-dtor)
|
||||
add_compile_options(-Wno-unused-command-line-argument)
|
||||
elseif(CMAKE_COMPILER_IS_GNUCXX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue