commit | 8c2e9406efe2a0069863885dbe93b51c81ae8345 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Tue Nov 07 17:30:50 2017 +0000 |
committer | android-build-merger <[email protected]> | Tue Nov 07 17:30:50 2017 +0000 |
tree | dc47e2c589efe527857a3beb4119c1cc4f7592ad | |
parent | c7f8138e3f98f195af6c8735b9bc41e72154ae9f [diff] | |
parent | 9ee9d331fbbbfb4b80a95d324118a0ec9bb74611 [diff] |
Use -Werror in external/Microsoft-GSL am: fd31217fe1 am: 9ee9d331fb Change-Id: I1b971dfe48068f6425a009ba1c87b688e5f99386
diff --git a/Android.bp b/Android.bp index a8538b2..2909031 100644 --- a/Android.bp +++ b/Android.bp
@@ -19,6 +19,7 @@ name: "libgsl", host_supported: true, export_include_dirs: ["include"], + cflags: ["-Wall", "-Werror"], } // Tests pending approval of external/Microsoft-unittest-cpp: http://b/32512867