aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2020-09-22 17:43:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-22 17:43:39 +0000
commit45e205b144bbb6576321d2611c68d5b88b0b936b (patch)
tree79bdb638086bd5e62a93349676dbb91ca5f68745
parenta6ecdfa003eb5bf56aee1d65424980ba1f5b72ca (diff)
parenta6124811eefd0e68fd30cf0279351b92f6952f68 (diff)
downloadcpython2-45e205b144bbb6576321d2611c68d5b88b0b936b.tar.gz
Merge "Add -Wno-strict-prototypes to suppress new warnings." am: 30b69e13b4 am: a6124811ee
Original change: https://android-review.googlesource.com/c/platform/external/python/cpython2/+/1403104 Change-Id: Ie20f812857a32c00148817d9d57c60235924c657
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 11a2ab684e..f4e6144d32 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,7 @@ cc_defaults {
"-Wno-register",
"-Wno-shift-count-overflow",
"-Wno-sign-compare",
+ "-Wno-strict-prototypes",
"-Wno-tautological-compare",
"-Wno-tautological-constant-out-of-range-compare",
"-Wno-unused-parameter",