1
0

Added Noreturn attribtes to a couple of functions and made a missing noreturn an error

This commit is contained in:
Tycho
2014-03-14 07:59:25 -07:00
parent 2f81c1d7fb
commit 8e11c270fc
4 changed files with 12 additions and 5 deletions

View File

@@ -198,7 +198,7 @@ macro(set_exe_flags)
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=global-constructors -Wno-implicit-fallthrough")
add_flags_cxx("-Wno-missing-noreturn -Wno-error=unreachable-code -Wno-error=undef")
add_flags_cxx("-Wno-error=unreachable-code -Wno-error=undef")
endif()
endif()