From b2b65842ea9ba7c994385dfc82cf14d209713909 Mon Sep 17 00:00:00 2001 From: Andy Hochhaus Date: Sat, 8 Oct 2016 15:40:29 -0700 Subject: Silence compile warnings in bazel --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') 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( -- cgit v1.2.3