Merge "Remove workaround for old libc++" into main am: c128a6808e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3216575 Change-Id: I8f10fe7c7a9d42b9daeb7f74127d04a6825375bd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -293,13 +293,6 @@ var (
|
|||||||
"-Wno-error=invalid-offsetof",
|
"-Wno-error=invalid-offsetof",
|
||||||
"-Wno-error=thread-safety-reference-return",
|
"-Wno-error=thread-safety-reference-return",
|
||||||
|
|
||||||
// Irrelevant on Android because _we_ don't use exceptions, but causes
|
|
||||||
// lots of build noise because libcxx/libcxxabi do. This can probably
|
|
||||||
// go away when we're on a new enough libc++, but has to be global
|
|
||||||
// until then because it causes warnings in the _callers_, not the
|
|
||||||
// project itself.
|
|
||||||
"-Wno-deprecated-dynamic-exception-spec",
|
|
||||||
|
|
||||||
// Allow using VLA CXX extension.
|
// Allow using VLA CXX extension.
|
||||||
"-Wno-vla-cxx-extension",
|
"-Wno-vla-cxx-extension",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user