aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-28 15:02:27 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-28 15:11:17 -0700
commit81d7ad9c79f9cc8e7ba383f4dd4c7170037adc01 (patch)
tree7cf1ee64dea000e99b6bc5966186e57306d41e3f
parentd037324f2faf76551586ccc80e0e2c0debd23ab5 (diff)
downloadlibyuv-81d7ad9c79f9cc8e7ba383f4dd4c7170037adc01.tar.gz
Use -Werror in external/libyuv
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: If8637f2b96074cf4f5993787322f5d72443a00ba
-rw-r--r--files/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/Android.bp b/files/Android.bp
index 616e7559..bdc2f4de 100644
--- a/files/Android.bp
+++ b/files/Android.bp
@@ -53,6 +53,7 @@ cc_library {
cflags: [
"-Wall",
+ "-Werror",
"-Wno-unused-parameter",
"-fexceptions",
"-DHAVE_JPEG",