We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364e0ec commit 0e2d300Copy full SHA for 0e2d300
1 file changed
CMakeLists.txt
@@ -76,7 +76,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
76
# we do not add the annotation until C++20
77
# the warnings were introduced with Clang 23
78
if(CMAKE_CXX_STANDARD LESS 20)
79
- add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
+ #add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
80
endif()
81
add_compile_options_safe(-Wno-lifetime-safety-intra-tu-constructor-suggestions)
82
add_compile_options_safe(-Wno-lifetime-safety-cross-tu-constructor-suggestions)
0 commit comments