Skip to content

Commit a02829c

Browse files
committed
Tolerate deprecated declarations in v8
Signed-off-by: Michael Warres <[email protected]>
1 parent 1396b5d commit a02829c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

+3
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)