summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 16:13:28 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-27 16:19:05 -0700
commite3c205cb93b9cc720589913df3b9150b1fb6e9fe (patch)
tree9e371eb24c03e0bb718f37116f71b734146f6255
parent4b6b097c135637252e77c543aca66fe0461f636f (diff)
downloadfio-e3c205cb93b9cc720589913df3b9150b1fb6e9fe.tar.gz
Use -Werror in external/fio
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I6429477dc9f4f10be99465450955b31483a35987
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e2daa40b..7aacaf41 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,6 +31,7 @@ cc_defaults {
"-D_FILE_OFFSET_BITS=64",
"-O3",
"-Wall",
+ "-Werror",
"-Wdeclaration-after-statement",
"-Wwrite-strings",
"-ffast-math",