aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 10:11:26 -0700
committerChih-Hung Hsieh <chh@google.com>2017-11-06 23:34:32 -0800
commitfd31217fe1c68cb2aedaa2575dcde1221ef29b3b (patch)
treedc47e2c589efe527857a3beb4119c1cc4f7592ad
parentb699d3dc833cd1555752d3080ea023452c60470c (diff)
downloadplatform_external_Microsoft-GSL-fd31217fe1c68cb2aedaa2575dcde1221ef29b3b.tar.gz
platform_external_Microsoft-GSL-fd31217fe1c68cb2aedaa2575dcde1221ef29b3b.tar.bz2
platform_external_Microsoft-GSL-fd31217fe1c68cb2aedaa2575dcde1221ef29b3b.zip
Use -Werror in external/Microsoft-GSL
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ib889a4e97d6571e35cd27c31ed871ad90674dbb0
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a8538b2..2909031 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,6 +19,7 @@ cc_library_static {
name: "libgsl",
host_supported: true,
export_include_dirs: ["include"],
+ cflags: ["-Wall", "-Werror"],
}
// Tests pending approval of external/Microsoft-unittest-cpp: http://b/32512867