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-cross-tu-constructor-suggestions
1 parent ea26b44 commit f086fd3Copy full SHA for f086fd3
1 file changed
CMakeLists.txt
@@ -82,8 +82,8 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
82
if(CMAKE_CXX_STANDARD LESS 20)
83
add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions)
84
add_compile_options_safe(-Wno-lifetime-safety-intra-tu-constructor-suggestions)
85
+ add_compile_options_safe(-Wno-lifetime-safety-cross-tu-constructor-suggestions)
86
endif()
- add_compile_options_safe(-Wno-lifetime-safety-cross-tu-constructor-suggestions)
87
88
# TODO: fix these?
89
add_compile_options(-Wno-padded)
0 commit comments