commit | 3a1ec1d48f99cadbe3982cec6dcd60960a0bc595 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Mon Oct 31 13:30:17 2022 -0700 |
committer | Patrick Rohr <prohr@google.com> | Mon Oct 31 14:51:53 2022 -0700 |
tree | dae90a2a8c67765915928530470a62796d7a43b3 | |
parent | d0abc2ac1abe3ba4dbf3396d34029ac2fdae1071 [diff] [blame] |
gn2bp: ignore non-virtual-dtor warning Eventually, the -W flags should come from target.cflags. Test: //base:base Change-Id: I5110ca8007b52b3a9bf96a0f53a96eb12128b052
diff --git a/tools/gn2bp/Android.bp.swp b/tools/gn2bp/Android.bp.swp index 82c4fba..b33939e 100644 --- a/tools/gn2bp/Android.bp.swp +++ b/tools/gn2bp/Android.bp.swp
@@ -1729,6 +1729,7 @@ cflags: [ "-O2", "-Wno-error=return-type", + "-Wno-non-virtual-dtor", "-Wno-sign-compare", "-Wno-sign-promo", "-Wno-unused-parameter",