Revert "Disable a new compiler warning that doesn't do us much good"

This reverts commit e3a807fdc1.
This commit is contained in:
Henrik Rydgård 2020-07-13 23:31:51 +02:00
parent e3a807fdc1
commit 53b2ab191b

View File

@ -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)