aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Lukacs T. Berki <lberki@google.com>2016-04-12 11:53:20 +0200
committerGravatar Lukacs T. Berki <lberki@google.com>2016-04-12 11:53:44 +0200
commit6fc93941ea783ec6de3b9be423bc6c8bff10775f (patch)
tree7c0a257ed96d82f99a22a89bcb14d66ecb08ae53 /third_party
parent19eadbe896b7796233ff15a3741d2ccbbb70f79d (diff)
Disable warnings in protobuf.
It's not our code, so we can't do much about them. Change-Id: If068995e494a398d2c8d05ba428c4d36dbc0e6a3
Diffstat (limited to 'third_party')
-rw-r--r--third_party/protobuf/BUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/third_party/protobuf/BUILD b/third_party/protobuf/BUILD
index 44b190398f..718f5f057b 100644
--- a/third_party/protobuf/BUILD
+++ b/third_party/protobuf/BUILD
@@ -81,11 +81,7 @@ py_proto_library(
COPTS = [
"-DHAVE_PTHREAD",
- "-Wall",
- "-Wwrite-strings",
- "-Woverloaded-virtual",
- "-Wno-sign-compare",
- "-Wno-error=unused-function",
+ "-w",
]
LINK_OPTS = ["-lpthread"]