mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-24 19:38:32 -06:00
Remove -Wno-sign-compare
This commit is contained in:
parent
aa9055f4c3
commit
762c8d5430
@ -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…
Reference in New Issue
Block a user