aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/copts.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'absl/copts.bzl')
-rw-r--r--absl/copts.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/copts.bzl b/absl/copts.bzl
index e52ed49..cc8db2f 100644
--- a/absl/copts.bzl
+++ b/absl/copts.bzl
@@ -10,6 +10,7 @@ GCC_FLAGS = [
"-Wcast-qual",
"-Wconversion-null",
"-Wmissing-declarations",
+ "-Wno-sign-compare",
"-Woverlength-strings",
"-Wpointer-arith",
"-Wunused-local-typedefs",