aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-10-09 08:47:59 -0700
committerGitHub <noreply@github.com>2016-10-09 08:47:59 -0700
commit337a028bb65ccca4dda768695950b5aba53ae2c9 (patch)
tree0567e0405d9b1c77f9fe078e741d60b5cb9d69ed /BUILD
parentc0c3aee6b9ae3f4f2fc30370365002babc5d106b (diff)
parentb2b65842ea9ba7c994385dfc82cf14d209713909 (diff)
downloadprotobuf-337a028bb65ccca4dda768695950b5aba53ae2c9.tar.gz
protobuf-337a028bb65ccca4dda768695950b5aba53ae2c9.tar.bz2
protobuf-337a028bb65ccca4dda768695950b5aba53ae2c9.zip
Merge pull request #2236 from hochhaus/master
Silence compile warnings in bazel
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 222cc82c..1b8e92b0 100644
--- a/BUILD
+++ b/BUILD
@@ -14,7 +14,7 @@ COPTS = [
"-Wwrite-strings",
"-Woverloaded-virtual",
"-Wno-sign-compare",
- "-Wno-error=unused-function",
+ "-Wno-unused-function",
]
config_setting(