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

Commit c7761eee authored by rnlee's avatar rnlee Committed by Rachel Lee
Browse files

Enable -Wconversion for RenderArea.

Bug: 129481165
Test: make; atest libsurfaceflinger_unittest
Change-Id: I9631fc94f99de2936a44660969b55c2fb055f738
parent e47d243c
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -14,10 +14,6 @@
 * 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 "RenderArea.h"

namespace android {
@@ -33,6 +29,3 @@ float RenderArea::getCaptureFillValue(CaptureFill captureFill) {
}

} // namespace android

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