aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-03-12 10:44:09 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-12 10:44:09 -0700
commit9f6b4de5ef914efe99b0fd333f9e6be3f4319225 (patch)
treef6307e79932c3a0088655ad69bf40daf26910e04
parent9b017eb658ad0198392cd75f26c3bb88c89e8d1d (diff)
parenta280dcc9f71444c676a5f09bb020a5bdc6e58f01 (diff)
downloadone-true-awk-9f6b4de5ef914efe99b0fd333f9e6be3f4319225.tar.gz
Merge "one-true-awk: relax a warning so we can take the update."
am: a280dcc9f7 Change-Id: I15099a280e0edabee807a2560e9598e42b2d7266
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c433df5..1c9e5c1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8,6 +8,8 @@ cc_defaults {
"-Wno-missing-field-initializers",
"-Wno-self-assign",
"-Wno-unused-parameter",
+ // A loop to UCHAR_MAX in `b.c`.
+ "-Wno-sign-compare",
// And one less harmless used with strtod(3) in `lex.c`.
"-Wno-unused-result",
// Also ignore harmless macro redefinitions: glibc 2.17 #defines dprintf