From 2b18a53dc8079cff8f583b6597fc8951c3a82018 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Fri, 20 Feb 2015 16:58:05 -0600 Subject: Address a few compiler warnings Change-Id: I6e063fba8d58c8c53da6bca6292c84e3392aee50 --- install.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.cpp') diff --git a/install.cpp b/install.cpp index 9db5640a0..8e3d6d6d9 100644 --- a/install.cpp +++ b/install.cpp @@ -219,7 +219,7 @@ really_install_package(const char *path, int* wipe_cache, bool needs_mount) ui->Print("Verifying update package...\n"); int err; - err = verify_file(map.addr, map.length, loadedKeys, numKeys); + err = verify_file(map.addr, map.length); free(loadedKeys); LOGI("verify_file returned %d\n", err); if (err != VERIFY_SUCCESS) { -- cgit v1.2.3