mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 12:12:50 +01:00
Add -Wnull-dereference (commented out)
This commit is contained in:
parent
52a0b38379
commit
19b5b47b26
@ -42,6 +42,7 @@ else()
|
||||
add_compile_options(-Wempty-body)
|
||||
|
||||
add_compile_options(-Wstrict-aliasing=1)
|
||||
#add_compile_options(-Wnull-dereference)
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
add_compile_options(-Werror=inconsistent-missing-override)
|
||||
|
Loading…
Reference in New Issue
Block a user