Skip to content
Snippets Groups Projects
Commit d0643a39 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Another warning to silence

parent 771f6aa0
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ set(LLVM_TARGETS_TO_BUILD ${ROOT_CLING_TARGET} CACHE STRING "Semicolon-separated ...@@ -35,6 +35,7 @@ set(LLVM_TARGETS_TO_BUILD ${ROOT_CLING_TARGET} CACHE STRING "Semicolon-separated
#---Protect against warnings clang/gcc would fire---------------------------------------------------- #---Protect against warnings clang/gcc would fire----------------------------------------------------
ROOT_ADD_CXX_FLAG(INTERP_ADDITIONAL_CXX_FLAGS -Wno-comment) ROOT_ADD_CXX_FLAG(INTERP_ADDITIONAL_CXX_FLAGS -Wno-comment)
ROOT_ADD_CXX_FLAG(INTERP_ADDITIONAL_CXX_FLAGS -Wno-misleading-indentation)
ROOT_ADD_CXX_FLAG(INTERP_ADDITIONAL_CXX_FLAGS -Wno-missing-field-initializers) ROOT_ADD_CXX_FLAG(INTERP_ADDITIONAL_CXX_FLAGS -Wno-missing-field-initializers)
if(${CMAKE_CXX_COMPILER_ID} MATCHES Clang) if(${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
ROOT_ADD_CXX_FLAG(INTERP_ADDITIONAL_CXX_FLAGS -Wno-conditional-uninitialized) ROOT_ADD_CXX_FLAG(INTERP_ADDITIONAL_CXX_FLAGS -Wno-conditional-uninitialized)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment