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

Commit 2b55c3bf authored by Ady Abraham's avatar Ady Abraham
Browse files

SurfaceFlinger: disable -Wconversion for RefreshRateSelectionTest.cpp

Test: build
Bug: 147835296
Change-Id: I7b53296cfc31ea5cef88448f8480ad67842741bd
parent d12139a2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@
 * limitations under the License.
 */

// TODO(b/129481165): remove the #pragma below and fix conversion issues
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wconversion"

#undef LOG_TAG
#define LOG_TAG "LibSurfaceFlingerUnittests"

@@ -281,3 +285,6 @@ TEST_F(RefreshRateSelectionTest, testPriorityOnColorLayers) {

} // namespace
} // namespace android

// TODO(b/129481165): remove the #pragma below and fix conversion issues
#pragma clang diagnostic pop // ignored "-Wconversion"