Revert "Offload HAL Service: Enable errors for warnings"

This reverts commit cedcec272b.

Change-Id: I9077142bfcfa20ba545a405fe64e10f8e5d17b17
This commit is contained in:
Sohani Rao
2017-08-15 17:51:49 +00:00
parent 75e8d2d80b
commit 309c9118c3
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ cc_library_static {
"offload_status_util.cpp",
"offload_utils.cpp",
],
cflags: ["-Wall", "-Wextra", "-Werror"],
cflags: ["-Wall", "-Wextra"],
shared_libs: [
"libbase",
"libhidlbase",

View File

@@ -24,7 +24,7 @@ class HidlDeathHandler : public android::hardware::hidl_death_recipient {
// Death notification for callbacks.
void serviceDied(uint64_t cookie,
const android::wp<android::hidl::base::V1_0::IBase>& /* who */) override {
const android::wp<android::hidl::base::V1_0::IBase> &who) override {
cb_.clear();
cb_function_(cookie);
}