Skip to content

Commit 7015052

Browse files
committed
build: remove Wsuggest-override suppression from leveldb build
1 parent 0769c8f commit 7015052

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/leveldb.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ else()
9090
try_append_cxx_flags("-Wconditional-uninitialized" TARGET nowarn_leveldb_interface SKIP_LINK
9191
IF_CHECK_PASSED "-Wno-conditional-uninitialized"
9292
)
93-
try_append_cxx_flags("-Wsuggest-override" TARGET nowarn_leveldb_interface SKIP_LINK
94-
IF_CHECK_PASSED "-Wno-suggest-override"
95-
)
9693
endif()
9794

9895
target_link_libraries(leveldb PRIVATE

0 commit comments

Comments
 (0)