aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
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
[