summaryrefslogtreecommitdiff
path: root/absl/copts.bzl
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2017-11-16 07:21:06 -0800
committerGravatar John Olson <jolson@google.com>2017-11-16 10:59:22 -0500
commitb05b79538ffc0aea824f2ce7b8a617a62a14d7c0 (patch)
tree2d76c52e4f98f6502a9ef7fd9bf17339d49312c9 /absl/copts.bzl
parentaf8c291d9a6d872a1fceee75716622aa3fb4f335 (diff)
Changes imported from Abseil "staging" branch:
- 33cefac68ed8720bd7468e59b8fd9a13d7b7a8bf Fix example in comment of absl::Condition. by Abseil Team <absl-team@google.com> - 2c95e2895d6bf36b712c0b72cf2a42cbe5442a70 Internal change by Abseil Team <absl-team@google.com> GitOrigin-RevId: 33cefac68ed8720bd7468e59b8fd9a13d7b7a8bf Change-Id: I34c1a4976c019a548dc94a2a9cf471243fcb623c
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 e52ed49f..cc8db2f4 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",