From 82044f843c17d24839c3c384b08552c908c5b516 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 24 Jul 2014 17:19:46 -0700 Subject: [PATCH] Silence healthd warnings. Change-Id: I339cf62ce93cb268e00ba26f1c310d0586899476 --- healthd/BatteryMonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthd/BatteryMonitor.cpp b/healthd/BatteryMonitor.cpp index 688c7ff54..fa87274de 100644 --- a/healthd/BatteryMonitor.cpp +++ b/healthd/BatteryMonitor.cpp @@ -37,7 +37,7 @@ namespace android { struct sysfsStringEnumMap { - char* s; + const char* s; int val; };