aboutsummaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-02-18 17:48:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-18 17:48:19 +0000
commitf2ff0a2097cd945a612fb461741b803d2b5aca7a (patch)
tree7bc57a86cbf178d77f4790f76fa2e59d69defa7a /updater/Android.mk
parent48f4c3d60c9679d2cb6cd2931c2bc1138f3777cb (diff)
parent0d32f259cddeaf46917bdc4af3514114c206dd76 (diff)
downloadbootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.zip
bootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.tar.gz
bootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.tar.bz2
Merge "clean up some warnings when building recovery"
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index ebcfef1..99b4890 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -20,6 +20,7 @@ LOCAL_SRC_FILES := $(updater_src_files)
ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
LOCAL_CFLAGS += -DUSE_EXT4
+LOCAL_CFLAGS += -Wno-unused-parameter
LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_STATIC_LIBRARIES += \
libext4_utils_static \