mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 18:28:35 +12:00
Remove -Wno-sign-compare
This commit is contained in:
parent
aa9055f4c3
commit
762c8d5430
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ else()
|
||||||
add_compile_options(-Wno-unused-function)
|
add_compile_options(-Wno-unused-function)
|
||||||
add_compile_options(-Wno-attributes)
|
add_compile_options(-Wno-attributes)
|
||||||
add_compile_options(-Wno-comment)
|
add_compile_options(-Wno-comment)
|
||||||
add_compile_options(-Wno-sign-compare)
|
|
||||||
|
|
||||||
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||||
add_compile_options(-Wno-sometimes-uninitialized)
|
add_compile_options(-Wno-sometimes-uninitialized)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue