Skip to content

Commit

Permalink
a proper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 11, 2025
1 parent 0e758ee commit c86494c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/leveldb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ else()
try_append_cxx_flags("-Wsuggest-override" TARGET nowarn_leveldb_interface SKIP_LINK
IF_CHECK_PASSED "-Wno-suggest-override"
)
try_append_cxx_flags("-Wunused-member-function" TARGET nowarn_leveldb_interface SKIP_LINK
IF_CHECK_PASSED "-Wno-unused-member-function"
)
endif()

target_link_libraries(leveldb PRIVATE
Expand Down

0 comments on commit c86494c

Please sign in to comment.