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

Commit fbb86a6b authored by Ady Abraham's avatar Ady Abraham
Browse files

SurfaceFlinger: disable -Wconversion for SetFrameRate_test.cpp

Test: build
Bug: 147835296
Change-Id: Iffa7674a4e1d92b9e5a84fac49806daac7feed5d
parent f3363964
Loading
Loading
Loading
Loading
+7 −0
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"

#include <system/window.h>

#include <thread>
@@ -69,3 +73,6 @@ TEST_F(SetFrameRateTest, BufferStateLayerSetFrameRate) {
}

} // namespace android

// TODO(b/129481165): remove the #pragma below and fix conversion issues
#pragma clang diagnostic pop // ignored "-Wconversion"
 No newline at end of file