mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00: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-attributes)
|
||||
add_compile_options(-Wno-comment)
|
||||
add_compile_options(-Wno-sign-compare)
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
add_compile_options(-Wno-sometimes-uninitialized)
|
||||
|
|
Loading…
Add table
Reference in a new issue