Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c179ac92 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "librecovery: Remove -Wno-unused-parameter and add -Wall." am: b6c9c41a

am: 0cf72f0f

Change-Id: I79929b309cd9c465ef8f35f06df8469a77accec6
parents 0cd8986b 0cf72f0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -45,7 +45,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
LOCAL_SRC_FILES := \
    install.cpp
    install.cpp
LOCAL_CFLAGS := -Wno-unused-parameter -Werror
LOCAL_CFLAGS := -Wall -Werror
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)


ifeq ($(AB_OTA_UPDATER),true)
ifeq ($(AB_OTA_UPDATER),true)
+1 −1
Original line number Original line Diff line number Diff line
@@ -211,7 +211,7 @@ static int check_newer_ab_build(ZipArchiveHandle zip) {
  return 0;
  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) {
                          int status_fd, std::vector<std::string>* cmd) {
  CHECK(cmd != nullptr);
  CHECK(cmd != nullptr);
  int ret = check_newer_ab_build(zip);
  int ret = check_newer_ab_build(zip);