aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc/BUILD
diff options
context:
space:
mode:
authorGravatar Lukacs T. Berki <lberki@google.com>2016-04-11 09:37:42 +0200
committerGravatar Lukacs T. Berki <lberki@google.com>2016-04-11 09:38:35 +0200
commitd699a28f486efba71da9df0e278edd7193b2e465 (patch)
treef1b04ce05437427072a8b41e0d63952496d06086 /third_party/grpc/BUILD
parent97f8148005a8e974b9460c3c7b77d708b33a7e36 (diff)
Patch gRPC so that it compiles and works under msys2.
The patch is being upstreamed, but for the time being, we need to maintain it in our source tree. Change-Id: I6a52dd0b0b57828030693dacdda23a906a2bee4f
Diffstat (limited to 'third_party/grpc/BUILD')
-rw-r--r--third_party/grpc/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD
index 51e861f036..a635ebc6f5 100644
--- a/third_party/grpc/BUILD
+++ b/third_party/grpc/BUILD
@@ -438,7 +438,7 @@ cc_library(
],
copts = [
"-std=gnu99",
- "-Wno-implicit-function-declaration",
+ "-w",
],
includes = [
".",
@@ -570,6 +570,7 @@ cc_library(
"include/grpc++/support/sync_stream.h",
"include/grpc++/support/time.h",
],
+ copts = ["-w"],
includes = [
".",
"include",