aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2020-09-22 17:27:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-22 17:27:54 +0000
commita6124811eefd0e68fd30cf0279351b92f6952f68 (patch)
tree79bdb638086bd5e62a93349676dbb91ca5f68745
parenta6ecdfa003eb5bf56aee1d65424980ba1f5b72ca (diff)
parent30b69e13b4c8f6273523290bf1724784bab8ed55 (diff)
downloadcpython2-a6124811eefd0e68fd30cf0279351b92f6952f68.tar.gz
Merge "Add -Wno-strict-prototypes to suppress new warnings." am: 30b69e13b4
Original change: https://android-review.googlesource.com/c/platform/external/python/cpython2/+/1403104 Change-Id: Id70ecba65b329795481494429d5724341ee7644e
-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",