aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-04-16 15:28:37 -0400
committerGravatar Mike Klein <mtklein@google.com>2018-04-16 19:59:05 +0000
commit1b6eb9900dcafba26bd942082f16a7956aa33eec (patch)
tree72c63af8ca5e56975a87d01d8614d187c923f4f0 /public.bzl
parentc830e2a9ea6f4bdbbdeb76b6a2ddda1ef0da710e (diff)
disable -Wself-assign in Google3
Change-Id: I2ecacd112474f1174ff8454208bf0d3c6f4c20f4 Reviewed-on: https://skia-review.googlesource.com/121664 Reviewed-by: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl2
1 files changed, 2 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index 294c01db1b..62b9d44dfc 100644
--- a/public.bzl
+++ b/public.bzl
@@ -566,6 +566,8 @@ def base_copts(os_conditions):
"-Wno-implicit-fallthrough", # Some intentional fallthrough.
# Internal use of deprecated methods. :(
"-Wno-deprecated-declarations",
+ # TODO(kjlubick)
+ "-Wno-self-assign", # Spurious warning in tests/PathOpsDVectorTest.cpp?
],
# ANDROID
[