made format-nonliteral an error

master
Tycho 2014-03-11 14:43:56 -07:00
parent 7e6ee7ef81
commit 9c6ca5a3ed
1 changed files with 0 additions and 1 deletions

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