Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82044f84 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Silence healthd warnings.

Change-Id: I339cf62ce93cb268e00ba26f1c310d0586899476
parent d629c789
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
namespace android {

struct sysfsStringEnumMap {
    char* s;
    const char* s;
    int val;
};