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.
1 parent 0769c8f commit 7015052Copy full SHA for 7015052
cmake/leveldb.cmake
@@ -90,9 +90,6 @@ else()
90
try_append_cxx_flags("-Wconditional-uninitialized" TARGET nowarn_leveldb_interface SKIP_LINK
91
IF_CHECK_PASSED "-Wno-conditional-uninitialized"
92
)
93
- try_append_cxx_flags("-Wsuggest-override" TARGET nowarn_leveldb_interface SKIP_LINK
94
- IF_CHECK_PASSED "-Wno-suggest-override"
95
- )
96
endif()
97
98
target_link_libraries(leveldb PRIVATE
0 commit comments