summaryrefslogtreecommitdiffstats
path: root/boot_control
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-12 05:22:17 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-12 05:22:17 +0200
commita0e9742796462879000dc770d43c9fb17c377680 (patch)
tree5da2805e96798a4924a21e8930a56da65168df0c /boot_control
parentMerge "Add missing includes." (diff)
parentDrop -Wno-unused-parameter. (diff)
downloadandroid_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.gz
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.bz2
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.lz
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.xz
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.tar.zst
android_bootable_recovery-a0e9742796462879000dc770d43c9fb17c377680.zip
Diffstat (limited to 'boot_control')
-rw-r--r--boot_control/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot_control/Android.mk b/boot_control/Android.mk
index 27e3d9765..9814d7122 100644
--- a/boot_control/Android.mk
+++ b/boot_control/Android.mk
@@ -24,8 +24,7 @@ LOCAL_CFLAGS := \
-D_FILE_OFFSET_BITS=64 \
-Werror \
-Wall \
- -Wextra \
- -Wno-unused-parameter
+ -Wextra
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_STATIC_LIBRARIES := libbootloader_message libfs_mgr libbase
LOCAL_POST_INSTALL_CMD := \