Merge "Silence healthd warnings."

This commit is contained in:
Elliott Hughes 2014-07-25 00:31:21 +00:00 committed by Gerrit Code Review
commit 525080910e

View file

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