2.0.6
This commit is contained in:
@ -35,7 +35,7 @@ function(myxx_analyze_pvs_studio target)
|
||||
endif()
|
||||
|
||||
pvs_studio_add_target(TARGET ${target}-analyze-pvs-studio
|
||||
ANALYZE ${target} RECURSIVE
|
||||
ANALYZE ${target}
|
||||
HIDE_HELP
|
||||
OUTPUT
|
||||
FORMAT errorfile
|
||||
|
@ -40,6 +40,7 @@ if(MYX_CMAKE_WARNINGS_NORMAL)
|
||||
check_enable_cxx_compiler_flag(-fdiagnostics-show-template-tree)
|
||||
|
||||
if(NOT MYX_CMAKE_WARNINGS_VERBOSE)
|
||||
check_enable_cxx_compiler_flag(-Wno-float-conversion)
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "5.999")
|
||||
check_enable_cxx_compiler_flag(-Wno-attributes)
|
||||
|
Reference in New Issue
Block a user