Commit 1cb1d800 authored by Wez Furlong's avatar Wez Furlong Committed by Facebook Github Bot

getdeps: rocksdb: don't enable -Werror

Summary:
It's impossible for a consumer of a released version of
rocksdb to do anything about this except not use it, and this particular
version of rocksdb ships with a number of shadow warnings.

Disable warning to error promotion.

See also: https://twitter.com/pcwalton/status/1201679307552083968

Reviewed By: chadaustin

Differential Revision: D18785637

fbshipit-source-id: 1db2b00b3c397d6c0b8f05b9d1c658877685c961
parent 10191f96
...@@ -23,6 +23,8 @@ WITH_GFLAGS=OFF ...@@ -23,6 +23,8 @@ WITH_GFLAGS=OFF
# rocksdb enables by default; ask it to disable their use even # rocksdb enables by default; ask it to disable their use even
# when building on new hardware # when building on new hardware
PORTABLE = ON PORTABLE = ON
# Disable the use of -Werror
FAIL_ON_WARNINGS = OFF
[cmake.defines.os=windows] [cmake.defines.os=windows]
ROCKSDB_INSTALL_ON_WINDOWS=ON ROCKSDB_INSTALL_ON_WINDOWS=ON
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment