diff options
author | 2024-01-22 15:27:24 -0800 | |
---|---|---|
committer | 2024-01-22 18:34:10 -0800 | |
commit | 2ced4b5c664ad651774eceea1f6f45a3c0d9d70e (patch) | |
tree | 798a9b55da6604a9fd155713ca3b213b2c67ca61 /java/systemserver_classpath_fragment.go | |
parent | 537689276227f95fab4b628d71f0db26e8c4892d (diff) |
Greatly reduce build warning spam.
No-one ever fixes unused-* or deprecated-* warnings in external/ (nor should they!).
-Wno-deprecated-enum-enum-conversion should probably have been added
next to -Wno-deprecated-anon-enum-enum-conversion when it was added,
since it's a major spam contributor, and equally unlikely that anyone
will clean them up.
-Wno-deprecated-dynamic-exception-spec is a weird special case because
it should be irrelevant after our next libc++ update, but in the
meantime -- because libc++ is used everywhere -- this is a massive spam
contributor that no-one on Android cares about because we don't use
exceptions (and the people seeing this can't fix libc++ anyway).
Test: local clean builds
Change-Id: I098202337e9e5026c4c5215dbf5a2abf1fbbdca8
Diffstat (limited to 'java/systemserver_classpath_fragment.go')
0 files changed, 0 insertions, 0 deletions