aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-04-29 18:59:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-29 18:59:23 +0000
commit7fed2aa21aec621cd8c3c27261fae910b9bd8ad7 (patch)
tree7695611490e6d3f3c607bd67d24ae7e5fc4d7d11
parent814672ab94dc01dfa74f12064ccf855b3258c8a9 (diff)
parent12413aa875853c96201aaf4c4480a198805538da (diff)
downloadpcre-7fed2aa21aec621cd8c3c27261fae910b9bd8ad7.tar.gz
Change-Id: I12281cc37f8838407d4e2f8eed2fc27094a72da2
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 591acd48..15cc1a83 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,10 +38,6 @@ cc_defaults {
"-DHAVE_CONFIG_H",
"-Wall",
"-Werror",
- // TODO(http://b/153760240): Remove this once we have
- // patched sources to leave a large stack array uninitialized
- // (stack_frames_vector from pcre2_match.c).
- "-ftrivial-auto-var-init=uninitialized",
],
tidy_checks: [
"-google-build-using-namespace",