aboutsummaryrefslogtreecommitdiff
path: root/uncrypt
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-08-28 14:15:07 -0700
committerTianjie Xu <xunchang@google.com>2017-08-28 21:56:33 -0700
commitc89d1e7e2a6a8a07bb336db35db88f5452d8a51d (patch)
treebb13d2572bc220a73808f455c5191e62e64c368a /uncrypt
parente9605b8ca01fba6b0ed2d01677815882d6371a53 (diff)
Turn on -Wall for recovery modules
Turn on -Wall for all modules. Also remove the obsolete file_cmp() in apply_patch test and now() in wear_ui. The only exception is lib_edify due to the unused functions in the intermediate cpp files generated from the lex files. It will be handled in a seperate CL. Bug: 64939312 Test: mma, unit tests pass Change-Id: Ic53f76b60b6401ab20db3d98130d674c08e3702f
Diffstat (limited to 'uncrypt')
-rw-r--r--uncrypt/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrypt/Android.mk b/uncrypt/Android.mk
index cb60c721..a3b0ca98 100644
--- a/uncrypt/Android.mk
+++ b/uncrypt/Android.mk
@@ -25,7 +25,7 @@ LOCAL_STATIC_LIBRARIES := \
liblog \
libfs_mgr \
libcutils
-LOCAL_CFLAGS := -Werror
+LOCAL_CFLAGS := -Wall -Werror
LOCAL_INIT_RC := uncrypt.rc
include $(BUILD_EXECUTABLE)