Skip to content

Commit bd45e48

Browse files
committed
disabled -Wlifetime-safety-intra-tu-suggestions Clang warning for now
1 parent 9089489 commit bd45e48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
7373
add_compile_options_safe(-Wno-thread-safety-negative)
7474
add_compile_options_safe(-Wno-thread-safety-beta)
7575

76+
add_compile_options_safe(-Wno-lifetime-safety-intra-tu-suggestions) # TODO: enable
77+
7678
# TODO: fix these?
7779
add_compile_options(-Wno-padded)
7880
add_compile_options(-Wno-sign-conversion)

0 commit comments

Comments
 (0)