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

Commit e47d243c authored by rnlee's avatar rnlee
Browse files

Enable -Wconversion for Client.

Bug: 129481165
Test: atest libsurfaceflinger_unittest
Change-Id: I7e7ade6a38a02bcc94ff96d90f902b96afa2da9b
parent 062070ac
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 <stdint.h>
#include <sys/types.h>

@@ -132,6 +128,3 @@ status_t Client::getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outSt

// ---------------------------------------------------------------------------
}; // namespace android

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