We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4943ffc commit 982f8d3Copy full SHA for 982f8d3
cmake/Key4hepConfig.cmake
@@ -9,7 +9,7 @@ macro(key4hep_set_compiler_flags)
9
if(CMAKE_CXX_COMPILER_ID MATCHES "^(Apple)?Clang$")
10
set(COMPILER_FLAGS "${COMPILER_FLAGS} -Winconsistent-missing-override -Wheader-hygiene -fcolor-diagnostics")
11
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
12
- set(COMPILER_FLAGS "${COMPILER_FLAGS} -fdiagnostics-color=always -Wno-dangling-reference")
+ set(COMPILER_FLAGS "${COMPILER_FLAGS} -fdiagnostics-color=always")
13
endif()
14
15
if (DEFINED KEY4HEP_SET_COMPILER_FLAGS AND NOT KEY4HEP_SET_COMPILER_FLAGS)
0 commit comments