mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-02-11 16:34:15 +00:00
Warnings: Silence false warnings about fatal code paths
This commit is contained in:
parent
02b684b810
commit
e04b2eebc3
@ -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…
Reference in New Issue
Block a user