1
0

Attempt at disabling the useless clang warnings.

Ref.: #846, #847
This commit is contained in:
madmaxoft 2014-04-01 09:44:11 +02:00
parent 7aa6a3b866
commit e610262fb1

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