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-intra-tu-suggestions*
1 parent cc90221 commit ea963d8Copy full SHA for ea963d8
1 file changed
CMakeLists.txt
@@ -73,6 +73,10 @@ 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
+
80
# TODO: fix these?
81
add_compile_options(-Wno-padded)
82
add_compile_options(-Wno-sign-conversion)
0 commit comments