1
0

Merge branch 'RemoveClangFlags'

This commit is contained in:
madmaxoft 2014-04-01 15:01:14 +02:00
commit fd062f611e

View File

@ -198,6 +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-weak-vtables -Wno-switch-enum")
endif()
endif()