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.
-Wlifetime-safety-*
1 parent 82495f2 commit a1711a3Copy full SHA for a1711a3
1 file changed
CMakeLists.txt
@@ -77,6 +77,11 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
77
add_compile_options_safe(-Wno-thread-safety-negative)
78
add_compile_options_safe(-Wno-thread-safety-beta)
79
80
+ # TODO: enable
81
+ add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
82
+ add_compile_options_safe(-Wno-lifetime-safety-intra-tu-constructor-suggestions)
83
+ add_compile_options_safe(-Wno-lifetime-safety-cross-tu-constructor-suggestions)
84
+
85
# TODO: fix these?
86
add_compile_options(-Wno-padded)
87
add_compile_options(-Wno-sign-conversion)
0 commit comments