Skip to content

Commit

Permalink
Merge #39121
Browse files Browse the repository at this point in the history
39121: build: compile RocksDB with -Wno-error-shadow r=ajkr a=petermattis

Clang 11.x (llvm 8.x) has new shadow warnings about enums which are
being tickled by RocksDB. As a temporary workaround, don't error out on
these warnings.

Release note: None

Co-authored-by: Peter Mattis <petermattis@gmail.com>
  • Loading branch information
craig[bot] and petermattis committed Jul 26, 2019
2 parents 9d0f6ac + 177dfe8 commit cfdaadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c-deps/rocksdb
Submodule rocksdb updated 1 files
+1 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion c-deps/rocksdb-rebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bump the version below when changing rocksdb CMake flags. Search for "BUILD
ARTIFACT CACHING" in build/common.mk for rationale.

12
13

0 comments on commit cfdaadc

Please sign in to comment.