Skip to content

Commit ab7aef4

Browse files
committed
s
1 parent 41b41f5 commit ab7aef4

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
@@ -70,6 +70,9 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
7070
add_compile_options(-Wno-shorten-64-to-32)
7171
add_compile_options(-Wno-shadow-field-in-constructor)
7272

73+
# TODO: enable?
74+
add_compile_options_safe(-Wexperimental-lifetime-safety-suggestions)
75+
7376
# we are not interested in these
7477
set_source_files_properties(test.cpp PROPERTIES COMPILE_FLAGS "-Wno-multichar -Wno-four-char-constants")
7578

0 commit comments

Comments
 (0)