summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-07-24 17:19:46 -0700
committerElliott Hughes <enh@google.com>2014-07-24 17:19:46 -0700
commit82044f843c17d24839c3c384b08552c908c5b516 (patch)
treed51cbde6bd5a97815785d84d8ca64e5a2c32702c
parentd629c7892fca6a085ad1aebc9d8ac74092f7a2a5 (diff)
downloadsystem_core-82044f843c17d24839c3c384b08552c908c5b516.zip
system_core-82044f843c17d24839c3c384b08552c908c5b516.tar.gz
system_core-82044f843c17d24839c3c384b08552c908c5b516.tar.bz2
Silence healthd warnings.
Change-Id: I339cf62ce93cb268e00ba26f1c310d0586899476
-rw-r--r--healthd/BatteryMonitor.cpp2
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;
};