aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Andy Hochhaus <ahochhaus@samegoal.com>2016-10-08 15:40:29 -0700
committerGravatar Andy Hochhaus <ahochhaus@samegoal.com>2016-10-09 08:36:01 -0700
commitb2b65842ea9ba7c994385dfc82cf14d209713909 (patch)
tree0567e0405d9b1c77f9fe078e741d60b5cb9d69ed /BUILD
parentc0c3aee6b9ae3f4f2fc30370365002babc5d106b (diff)
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(