mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Warnings: Silence false warnings about fatal code paths
This commit is contained in:
parent
02b684b810
commit
e04b2eebc3
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ else()
|
|||
add_compile_options(-Werror=sign-compare)
|
||||
add_compile_options(-Werror=reorder)
|
||||
|
||||
add_compile_options(-Wno-return-type)
|
||||
|
||||
#TODO Clean the code so these are removed
|
||||
add_compile_options(-Wno-unused-variable)
|
||||
add_compile_options(-Wno-unknown-pragmas)
|
||||
|
|
Loading…
Add table
Reference in a new issue