aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-10 15:41:57 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-25 09:45:31 -0700
commit9ece443079fc9a39061f733a021133f527856ceb (patch)
tree9838fed1e9ef7d0fd5a61ab725a91e0c7754b1ee
parent40aea3375468790cc985f638ce71a49885c17874 (diff)
downloadlibmojo-9ece443079fc9a39061f733a021133f527856ceb.tar.gz
Use -Werror in external/libmojoandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I50e61863d37610e9f6f7420c82c2e861f16eeb02
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index f2f18cb..482194c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -159,6 +159,8 @@ LOCAL_SRC_FILES := \
mojo/public/cpp/system/watcher.cc \
LOCAL_CFLAGS := \
+ -Wall \
+ -Werror \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
-DMOJO_EDK_LEGACY_PROTOCOL \