disable -Wself-assign in Google3
Change-Id: I2ecacd112474f1174ff8454208bf0d3c6f4c20f4 Reviewed-on: https://skia-review.googlesource.com/121664 Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
c830e2a9ea
commit
1b6eb9900d
@ -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
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user