aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2022-07-15 04:45:40 +0800
committerYi Kong <yikong@google.com>2022-07-15 04:45:40 +0800
commit599c7b2b7e1e0d89a0eb25be910ceaec80d40d32 (patch)
tree060c17d673685de02a0fa04fa0b2422f6df025dc
parent0405d88963815c08d67379992bbade711cb329c7 (diff)
downloadcpython3-599c7b2b7e1e0d89a0eb25be910ceaec80d40d32.tar.gz
Do not enable -Wstrict-prototypes warning
This is external code, we do not care about this warning, but it causes issues for compiler updates. Test: presubmit Bug: 236798112 Change-Id: Ib6d9c624f88177c36b212b39cb61d65ed85817ba
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c189923e69..0b77c3bd27 100644
--- a/Android.bp
+++ b/Android.bp
@@ -113,7 +113,6 @@ cpython3_cc_defaults {
"-fwrapv",
"-O3",
"-Wall",
- "-Wstrict-prototypes",
"-DPy_BUILD_CORE",
"-Werror",
"-Wno-invalid-source-encoding",