aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2020-07-15 17:42:06 -0700
committerStephen Hines <srhines@google.com>2020-08-04 10:17:13 -0700
commitcec0239c09eedf5ac7c5135b8bb4764f46773fb1 (patch)
tree79bdb638086bd5e62a93349676dbb91ca5f68745
parent6a4b58d73dbe1ac4749a5084b4fca8adb03d3294 (diff)
downloadcpython2-cec0239c09eedf5ac7c5135b8bb4764f46773fb1.tar.gz
Add -Wno-strict-prototypes to suppress new warnings.
Bug: http://b/155835175 Test: m with aosp_blueline Change-Id: I9625fa0ae8b463cf604bd392d2c6e39559997be9
-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",