Skip to content

Commit

Permalink
Turn off Werror for rockdb to work around unreachable code error.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Jan 4, 2023
1 parent 5c13998 commit 4ea5674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ else()
ON
CACHE BOOL "" FORCE)
endif()
set (FAIL_ON_WARNINGS OFF CACHE BOOL "") #Ignore unreachable code warning in merging_iterator.cc RocksDB v7.8.3 on Windows
add_subdirectory(rocksdb EXCLUDE_FROM_ALL)

include_directories(cpptoml/include)
Expand Down

0 comments on commit 4ea5674

Please # to comment.