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-constructor-suggestions
1 parent 5e60c58 commit c5bf2d8Copy full SHA for c5bf2d8
1 file changed
CMakeLists.txt
@@ -81,8 +81,8 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
81
# the warnings were introduced with Clang 23
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
endif()
- add_compile_options_safe(-Wno-lifetime-safety-intra-tu-constructor-suggestions)
86
add_compile_options_safe(-Wno-lifetime-safety-cross-tu-constructor-suggestions)
87
88
# TODO: fix these?
0 commit comments