1
0

made format-nonliteral an error

This commit is contained in:
Tycho 2014-03-11 14:43:56 -07:00
parent 7e6ee7ef81
commit 9c6ca5a3ed

View File

@ -199,7 +199,6 @@ macro(set_exe_flags)
add_flags_cxx("-Wno-error=exit-time-destructors -Wno-error=missing-variable-declarations")
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")
endif()
endif()