diff options
author | Mark Salyzyn <salyzyn@google.com> | 2014-05-15 15:00:59 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2014-05-15 15:46:15 -0700 |
commit | 6f5b47f9144960412b0fb6bc417f0c41bf53438a (patch) | |
tree | fa6d0c53dc53ea0e94034a98de59ea27ba32404c /healthd/BatteryMonitor.cpp | |
parent | 283540147877ca3c5f7ecb280a6b5778ab63366c (diff) | |
download | system_core-6f5b47f9144960412b0fb6bc417f0c41bf53438a.zip system_core-6f5b47f9144960412b0fb6bc417f0c41bf53438a.tar.gz system_core-6f5b47f9144960412b0fb6bc417f0c41bf53438a.tar.bz2 |
healthd: Turn on -Werror
Change-Id: I72caf38008ee7d842dfacd3f58add9bc8e4787e8
Diffstat (limited to 'healthd/BatteryMonitor.cpp')
-rw-r--r-- | healthd/BatteryMonitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/healthd/BatteryMonitor.cpp b/healthd/BatteryMonitor.cpp index 9368225..7310994 100644 --- a/healthd/BatteryMonitor.cpp +++ b/healthd/BatteryMonitor.cpp @@ -37,7 +37,7 @@ namespace android { struct sysfsStringEnumMap { - char* s; + const char* s; int val; }; |