Skip to content

Commit a65d5e9

Browse files
committed
Tolerate deprecated declarations in v8
Signed-off-by: Michael Warres <mpw@google.com>
1 parent 7a25b87 commit a65d5e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ build --action_env=CC
66
build --action_env=CXX
77
build --action_env=PATH
88

9+
# Tolerate deprecation warnings in v8
10+
build --per_file_copt='external/v8/.*@-Wno-deprecated-declarations'
11+
912
# Use Clang compiler.
1013
build:clang --action_env=BAZEL_COMPILER=clang
1114
build:clang --action_env=CC=clang

0 commit comments

Comments
 (0)