summaryrefslogtreecommitdiffstats
path: root/healthd/BatteryPropertiesRegistrar.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-05-15 15:00:59 -0700
committerMark Salyzyn <salyzyn@google.com>2014-05-15 15:46:15 -0700
commit6f5b47f9144960412b0fb6bc417f0c41bf53438a (patch)
treefa6d0c53dc53ea0e94034a98de59ea27ba32404c /healthd/BatteryPropertiesRegistrar.cpp
parent283540147877ca3c5f7ecb280a6b5778ab63366c (diff)
downloadsystem_core-6f5b47f9144960412b0fb6bc417f0c41bf53438a.zip
system_core-6f5b47f9144960412b0fb6bc417f0c41bf53438a.tar.gz
system_core-6f5b47f9144960412b0fb6bc417f0c41bf53438a.tar.bz2
healthd: Turn on -Werror
Change-Id: I72caf38008ee7d842dfacd3f58add9bc8e4787e8
Diffstat (limited to 'healthd/BatteryPropertiesRegistrar.cpp')
-rw-r--r--healthd/BatteryPropertiesRegistrar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthd/BatteryPropertiesRegistrar.cpp b/healthd/BatteryPropertiesRegistrar.cpp
index 272b6d7..74bcbfd 100644
--- a/healthd/BatteryPropertiesRegistrar.cpp
+++ b/healthd/BatteryPropertiesRegistrar.cpp
@@ -76,7 +76,7 @@ status_t BatteryPropertiesRegistrar::getProperty(int id, struct BatteryProperty
return healthd_get_property(id, val);
}
-status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& args) {
+status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& /*args*/) {
IPCThreadState* self = IPCThreadState::self();
const int pid = self->getCallingPid();
const int uid = self->getCallingUid();