summaryrefslogtreecommitdiff
path: root/buckifier
diff options
context:
space:
mode:
authorYi Wu <yiwu@fb.com>2018-06-21 14:30:00 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-06-21 14:42:39 -0700
commit58c221440c142aa41f1a6732cb288145dbc35c53 (patch)
tree58908993201fffe1772b24c5d3d7e31715e4a053 /buckifier
parent397495964b73f8fb90e9a4e1210d27ed429ce381 (diff)
Update TARGETS file (#4028)
Summary: -Wshorten-64-to-32 is invalid flag in fbcode. Changing it to -Warrowing. Closes https://github.com/facebook/rocksdb/pull/4028 Differential Revision: D8553694 Pulled By: yiwu-arbug fbshipit-source-id: 1523cbcb4c76cf1d2b10a4d28b5f58c78e6cb876
Diffstat (limited to 'buckifier')
-rw-r--r--buckifier/targets_cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buckifier/targets_cfg.py b/buckifier/targets_cfg.py
index 006f653a2..9d46bcd58 100644
--- a/buckifier/targets_cfg.py
+++ b/buckifier/targets_cfg.py
@@ -32,7 +32,7 @@ rocksdb_compiler_flags = [
# Added missing flags from output of build_detect_platform
"-DROCKSDB_PTHREAD_ADAPTIVE_MUTEX",
"-DROCKSDB_BACKTRACE",
- "-Wshorten-64-to-32",
+ "-Wnarrowing",
]
rocksdb_external_deps = [