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 d6d56c8 commit 7b28e67Copy full SHA for 7b28e67
CMakeLists.txt
@@ -80,6 +80,9 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
80
add_compile_options(-Wno-shorten-64-to-32)
81
add_compile_options(-Wno-shadow-field-in-constructor)
82
83
+ # TODO: enable?
84
+ add_compile_options_safe(-Wexperimental-lifetime-safety-suggestions)
85
+
86
# we are not interested in these
87
set_source_files_properties(test.cpp PROPERTIES COMPILE_FLAGS "-Wno-multichar -Wno-four-char-constants")
88
0 commit comments