Skip to content

Commit 7b28e67

Browse files
committed
s
1 parent d6d56c8 commit 7b28e67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
8080
add_compile_options(-Wno-shorten-64-to-32)
8181
add_compile_options(-Wno-shadow-field-in-constructor)
8282

83+
# TODO: enable?
84+
add_compile_options_safe(-Wexperimental-lifetime-safety-suggestions)
85+
8386
# we are not interested in these
8487
set_source_files_properties(test.cpp PROPERTIES COMPILE_FLAGS "-Wno-multichar -Wno-four-char-constants")
8588

0 commit comments

Comments
 (0)