Skip to content

Commit d844d6b

Browse files
committed
ignore deprecated protos in bigtable test_proxy
1 parent 579ee75 commit d844d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/bigtable/test_proxy/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ cc_library(
2222
testonly = True,
2323
srcs = ["cbt_test_proxy.cc"],
2424
hdrs = ["cbt_test_proxy.h"],
25+
copts = ["-Wno-deprecated-declarations"],
2526
deps = [
2627
"//:bigtable",
2728
"//protos:system_includes",

0 commit comments

Comments
 (0)