mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Revert "Disable a new compiler warning that doesn't do us much good"
This reverts commit e3a807fdc1
.
This commit is contained in:
parent
e3a807fdc1
commit
53b2ab191b
@ -273,7 +273,6 @@ if(NOT MSVC)
|
||||
add_definitions(-Wno-multichar)
|
||||
add_definitions(-Wno-deprecated-register)
|
||||
add_definitions(-Wno-tautological-pointer-compare)
|
||||
add_definitions(-Wformat-overflow)
|
||||
|
||||
# Don't compile with strict aliasing, we're not 100% aliasing-safe
|
||||
add_compile_options(-fno-strict-aliasing)
|
||||
|
Loading…
Reference in New Issue
Block a user