diff options
author | Elliott Hughes <enh@google.com> | 2014-07-24 17:19:46 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-07-24 17:19:46 -0700 |
commit | 82044f843c17d24839c3c384b08552c908c5b516 (patch) | |
tree | d51cbde6bd5a97815785d84d8ca64e5a2c32702c | |
parent | d629c7892fca6a085ad1aebc9d8ac74092f7a2a5 (diff) | |
download | system_core-82044f843c17d24839c3c384b08552c908c5b516.zip system_core-82044f843c17d24839c3c384b08552c908c5b516.tar.gz system_core-82044f843c17d24839c3c384b08552c908c5b516.tar.bz2 |
Silence healthd warnings.
Change-Id: I339cf62ce93cb268e00ba26f1c310d0586899476
-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 688c7ff..fa87274 100644 --- a/healthd/BatteryMonitor.cpp +++ b/healthd/BatteryMonitor.cpp @@ -37,7 +37,7 @@ namespace android { struct sysfsStringEnumMap { - char* s; + const char* s; int val; }; |