mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue