Skip to content
Snippets Groups Projects
Commit 86cee59b authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

Copy from vc Vcmacro.cmake file (remove my changes for suppressing unused function warning)

parent 02610a79
No related branches found
No related tags found
No related merge requests found
......@@ -370,9 +370,6 @@ macro(vc_set_preferred_compiler_flags)
vc_add_compiler_flag(Vc_DEFINITIONS "-Wno-local-type-template-args")
vc_add_compiler_flag(Vc_DEFINITIONS "-Wno-unnamed-type-template-args")
#LM: disable this warning appearing from version 3.4 (5.1)
vc_add_compiler_flag(Vc_DEFINITIONS "-Wno-unused-function")
if(NOT DEFINED Vc_INSIDE_ROOT) # ROOT has to set this up
AddCompilerFlag(-stdlib=libc++)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment