mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12: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=sign-compare)
|
||||||
add_compile_options(-Werror=reorder)
|
add_compile_options(-Werror=reorder)
|
||||||
|
|
||||||
|
add_compile_options(-Wno-return-type)
|
||||||
|
|
||||||
#TODO Clean the code so these are removed
|
#TODO Clean the code so these are removed
|
||||||
add_compile_options(-Wno-unused-variable)
|
add_compile_options(-Wno-unused-variable)
|
||||||
add_compile_options(-Wno-unknown-pragmas)
|
add_compile_options(-Wno-unknown-pragmas)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue