Skip to content

Commit 0e2d300

Browse files
committed
s
1 parent 364e0ec commit 0e2d300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
7676
# we do not add the annotation until C++20
7777
# the warnings were introduced with Clang 23
7878
if(CMAKE_CXX_STANDARD LESS 20)
79-
add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
79+
#add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
8080
endif()
8181
add_compile_options_safe(-Wno-lifetime-safety-intra-tu-constructor-suggestions)
8282
add_compile_options_safe(-Wno-lifetime-safety-cross-tu-constructor-suggestions)

0 commit comments

Comments
 (0)