aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 12:43:56 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-27 12:44:17 -0700
commit5b4ea93b8e10ad47a08d3521e55bb017bf9986eb (patch)
tree4f77fd4649207125615b47f69a6fcca29c0aa4d5
parent5a2abfb2d71a57d38337a73b32ce38b7cc61254f (diff)
downloadfdlibm-5b4ea93b8e10ad47a08d3521e55bb017bf9986eb.tar.gz
Use -Werror in external/fdlibm
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I39cc0639876ece8942223ea1a0dbd1f545c31d50
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0e75a44..bb8b5b2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -119,6 +119,7 @@ cc_library_static {
"-fno-strict-aliasing",
// Disable warnings. We need a specific version of fdlibm and can't fix this upstream.
+ "-Werror",
"-Wno-sign-compare",
"-Wno-dangling-else",
"-Wno-unknown-pragmas",