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 41b41f5 commit ab7aef4Copy full SHA for ab7aef4
CMakeLists.txt
@@ -70,6 +70,9 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
70
add_compile_options(-Wno-shorten-64-to-32)
71
add_compile_options(-Wno-shadow-field-in-constructor)
72
73
+ # TODO: enable?
74
+ add_compile_options_safe(-Wexperimental-lifetime-safety-suggestions)
75
+
76
# we are not interested in these
77
set_source_files_properties(test.cpp PROPERTIES COMPILE_FLAGS "-Wno-multichar -Wno-four-char-constants")
78
0 commit comments