1
0

Working coverage build

This commit is contained in:
tycho
2015-12-15 20:52:38 +00:00
committed by Mattes D
parent a7d0abcdc1
commit 91d0abae4c
3 changed files with 6 additions and 1 deletions

View File

@@ -288,6 +288,7 @@ macro(set_exe_flags)
if ("${CLANG_VERSION}" VERSION_GREATER 3.5)
add_flags_cxx("-Wno-error=disabled-macro-expansion")
endif()
add_flags_cxx("-Wno-error=unused-command-line-argument")
endif()
endif()