Silence healthd warnings.

Change-Id: I339cf62ce93cb268e00ba26f1c310d0586899476
This commit is contained in:
Elliott Hughes 2014-07-24 17:19:46 -07:00
parent d629c7892f
commit 82044f843c

View file

@ -37,7 +37,7 @@
namespace android {
struct sysfsStringEnumMap {
char* s;
const char* s;
int val;
};