am 52508091: Merge "Silence healthd warnings."

* commit '525080910efd55df0d562980b6139c0efcc8a47c':
  Silence healthd warnings.
This commit is contained in:
Elliott Hughes 2014-07-25 02:20:29 +00:00 committed by Android Git Automerger
commit 6a223baf95

View file

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