aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-09-24 13:49:42 -0700
committerElliott Hughes <enh@google.com>2018-09-24 13:49:42 -0700
commitb18759bd58258a0df8bbc2f64b448c565705974d (patch)
tree551045a78a7b3973d9b38bfc01f28e79efcfbbff /Android.bp
parent7a03bafda6c2b288cdd9c7fce63cf66618757a0e (diff)
downloadtoybox-b18759bd58258a0df8bbc2f64b448c565705974d.tar.gz
Remove -Wno-gnu-variable-sized-type-not-at-end.
The cause of this warning was fixed in 28e36c9487bd4415d84952f74969bff34ffe665b. Bug: N/A Test: builds Change-Id: I85123e240081bd5fbf5bb9b439c16bd90949786e
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 53697d69..31f7ed46 100644
--- a/Android.bp
+++ b/Android.bp
@@ -232,7 +232,6 @@ cc_defaults {
"-Wall",
"-Werror",
"-Wno-char-subscripts",
- "-Wno-gnu-variable-sized-type-not-at-end",
"-Wno-missing-field-initializers",
"-Wno-sign-compare",
"-Wno-string-plus-int",