summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-11-09 11:41:02 -0800
committerChih-Hung Hsieh <chh@google.com>2017-11-09 11:41:02 -0800
commit6e10b1859a4da9e2c12f104db84e2f2afad89f12 (patch)
tree4f4e4f6bf3df5e9f3c98ab21381b127fe1a539a2 /tests
parent80326fb33b2b69f46119ea17e6f85ab248ccaa86 (diff)
downloadextras-6e10b1859a4da9e2c12f104db84e2f2afad89f12.tar.gz
Use -Werror in system/extras/tests/memeater
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I54abb8bc402c78d2c8d6993296f51ae79648f45b
Diffstat (limited to 'tests')
-rw-r--r--tests/memeater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/memeater/Android.mk b/tests/memeater/Android.mk
index 4b80bff2..595e169b 100644
--- a/tests/memeater/Android.mk
+++ b/tests/memeater/Android.mk
@@ -20,5 +20,5 @@ LOCAL_MODULE := memeater
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := eng
LOCAL_SRC_FILES := memeater.c
-LOCAL_CFLAGS := -Wno-unused-parameter
+LOCAL_CFLAGS := -Wall -Werror -Wno-unused-parameter
include $(BUILD_EXECUTABLE)