We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wlifetime-safety-intra-tu-suggestions
1 parent 9089489 commit bd45e48Copy full SHA for bd45e48
1 file changed
CMakeLists.txt
@@ -73,6 +73,8 @@ 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
+ add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions) # TODO: enable
77
+
78
# TODO: fix these?
79
add_compile_options(-Wno-padded)
80
add_compile_options(-Wno-sign-conversion)
0 commit comments