1
0

Enable error on cast-align and unused macros

This commit is contained in:
Tycho 2014-03-10 11:57:04 -07:00
parent b78c729880
commit 693734bd83

View File

@ -197,7 +197,6 @@ macro(set_exe_flags)
add_flags_cxx("-Wno-error=missing-prototypes -Wno-error=non-virtual-dtor")
add_flags_cxx("-Wno-error=covered-switch-default -Wno-error=shadow")
add_flags_cxx("-Wno-error=exit-time-destructors -Wno-error=missing-variable-declarations")
add_flags_cxx("-Wno-error=cast-align -Wno-error=unused-macros")
add_flags_cxx("-Wno-error=global-constructors -Wno-implicit-fallthrough")
add_flags_cxx("-Wno-missing-noreturn -Wno-error=unreachable-code -Wno-error=undef")
add_flags_cxx("-Wno-error=format-nonliteral")