summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-24 21:01:02 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-24 21:01:02 +0200
commitd19fa968de0416470015ac785f0cdde353f798fb (patch)
tree21abd54ddc2fb28c52724a5e5c77c33cb346c243 /install.cpp
parentMerge "Reboot the device on user build after the install fails" am: d6f436849d am: 4849c87033 (diff)
parentMerge "librecovery: Remove -Wno-unused-parameter and add -Wall." am: b6c9c41a3d (diff)
downloadandroid_bootable_recovery-d19fa968de0416470015ac785f0cdde353f798fb.tar
android_bootable_recovery-d19fa968de0416470015ac785f0cdde353f798fb.tar.gz
android_bootable_recovery-d19fa968de0416470015ac785f0cdde353f798fb.tar.bz2
android_bootable_recovery-d19fa968de0416470015ac785f0cdde353f798fb.tar.lz
android_bootable_recovery-d19fa968de0416470015ac785f0cdde353f798fb.tar.xz
android_bootable_recovery-d19fa968de0416470015ac785f0cdde353f798fb.tar.zst
android_bootable_recovery-d19fa968de0416470015ac785f0cdde353f798fb.zip
Diffstat (limited to '')
-rw-r--r--install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index e5a59b832..e945d13ab 100644
--- a/install.cpp
+++ b/install.cpp
@@ -211,7 +211,7 @@ static int check_newer_ab_build(ZipArchiveHandle zip) {
return 0;
}
-int update_binary_command(const std::string& path, ZipArchiveHandle zip, int retry_count,
+int update_binary_command(const std::string& path, ZipArchiveHandle zip, int /* retry_count */,
int status_fd, std::vector<std::string>* cmd) {
CHECK(cmd != nullptr);
int ret = check_newer_ab_build(zip);