Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
391 B

--- bazel/build_defs.bzl
+++ bazel/build_defs.bzl
@@ -33,6 +33,8 @@ _DEFAULT_CPPOPTS.extend([
"-Wextra",
# "-Wshorten-64-to-32", # not in GCC (and my Kokoro images doesn't have Clang)
"-Werror",
+ # TODO(b/265232445) This is required due to https://github.com/abseil/abseil-cpp/issues/1201.
+ "-Wno-deprecated",
"-Wno-unused-parameter",
"-Wno-long-long",
])