aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-03 02:01:08 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 02:01:08 +0000
commit33d4a0b299f6a3157714c98cc323c7aab6d1e8bb (patch)
treee303448c1f6ac31f418d6f361985fb4f1ecdc448
parent6ac2fde248ec8034a563b375f33d2a5599069db5 (diff)
parente45f72a59e9ce5d8b77cb6e35062666a62e5c443 (diff)
downloadgemmlowp-33d4a0b299f6a3157714c98cc323c7aab6d1e8bb.tar.gz
Use -Werror in external/gemmlowp am: bcfadfee0f am: 551595bd1b
am: e45f72a59e Change-Id: I8bf5a9e334dd162682f428c027a1d3b3bb931292
-rw-r--r--eight_bit_int_gemm/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/eight_bit_int_gemm/Android.bp b/eight_bit_int_gemm/Android.bp
index 4b72b5a..92a4cb1 100644
--- a/eight_bit_int_gemm/Android.bp
+++ b/eight_bit_int_gemm/Android.bp
@@ -15,6 +15,9 @@
cc_defaults {
name: "libbnnmlowp-defaults",
cflags: [
+ "-Wall",
+ "-Werror",
+ "-Wno-error=#warnings",
"-Wno-unused-parameter",
"-DGEMMLOWP_USE_META_FASTPATH",
],