aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-11-07 20:39:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-07 20:39:13 +0000
commit7492904062cd858df565a06266bb6bb5f703e3cb (patch)
tree650f6ef0f91695ade9898494cfd8bc8fcc080865
parentea469443e9c2cd1fda87188df2b1ffe0e30656b2 (diff)
parent15fcd4ff5b0606cd1c30f7a5b5dc57fb29fb6fdd (diff)
downloadstressapptest-7492904062cd858df565a06266bb6bb5f703e3cb.tar.gz
Merge "Use -Werror in external/stressapptest"android-o-mr1-iot-preview-6o-mr1-iot-preview-6
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1f15d46..f3cd77d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,6 +25,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_UNSUPPORTED_TARGET_ARCH := mips x86
LOCAL_CFLAGS := -DHAVE_CONFIG_H -DANDROID -DNDEBUG -UDEBUG -DCHECKOPTS
+LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter -Wno-\#warnings
LOCAL_CPP_EXTENSION := .cc