Loading services/sensorservice/SensorService.h +7 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,13 @@ #include "SensorInterface.h" #if __clang__ // Clang warns about SensorEventConnection::dump hiding BBinder::dump // The cause isn't fixable without changing the API, so let's tell clang // this is indeed intentional. #pragma clang diagnostic ignored "-Woverloaded-virtual" #endif // --------------------------------------------------------------------------- #define DEBUG_CONNECTIONS false Loading Loading
services/sensorservice/SensorService.h +7 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,13 @@ #include "SensorInterface.h" #if __clang__ // Clang warns about SensorEventConnection::dump hiding BBinder::dump // The cause isn't fixable without changing the API, so let's tell clang // this is indeed intentional. #pragma clang diagnostic ignored "-Woverloaded-virtual" #endif // --------------------------------------------------------------------------- #define DEBUG_CONNECTIONS false Loading