summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/ContainerLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/ContainerLayer.cpp')
-rw-r--r--services/surfaceflinger/ContainerLayer.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/services/surfaceflinger/ContainerLayer.cpp b/services/surfaceflinger/ContainerLayer.cpp
index ab664be5e2..841e79f8af 100644
--- a/services/surfaceflinger/ContainerLayer.cpp
+++ b/services/surfaceflinger/ContainerLayer.cpp
@@ -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"
+
// #define LOG_NDEBUG 0
#undef LOG_TAG
#define LOG_TAG "ContainerLayer"
@@ -39,3 +43,6 @@ sp<Layer> ContainerLayer::createClone() {
}
} // namespace android
+
+// TODO(b/129481165): remove the #pragma below and fix conversion issues
+#pragma clang diagnostic pop // ignored "-Wconversion"