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 cc90221 commit 825ac46Copy full SHA for 825ac46
1 file changed
CMakeLists.txt
@@ -73,6 +73,11 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
73
add_compile_options_safe(-Wno-thread-safety-negative)
74
add_compile_options_safe(-Wno-thread-safety-beta)
75
76
+ # TODO: enable
77
+ add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
78
+ add_compile_options_safe(-Wno-lifetime-safety-intra-tu-constructor-suggestions)
79
+ add_compile_options_safe(-Wno-lifetime-safety-cross-tu-constructor-suggestions)
80
+
81
# TODO: fix these?
82
add_compile_options(-Wno-padded)
83
add_compile_options(-Wno-sign-conversion)
0 commit comments