commit | bed7fd3566605ea21f55d99f0d0708a0f584d885 | [log] [tgz] |
---|---|---|
author | Marin Shalamanov <shalamanov@google.com> | Mon Dec 21 20:02:20 2020 +0100 |
committer | Marin Shalamanov <shalamanov@google.com> | Thu Dec 24 15:42:43 2020 +0100 |
tree | 9310491dea4c793de8fe4c1a17d419c20c24232d | |
parent | 9149533a4ad89ca71bb4f9554740ee0ecc1531ad [diff] [blame] |
SF: Compile with -Wextra Compile with -Wextra for additional conversion checks. In each file which produces compile errors -Wextra is ignored. Bug: 175126758 Test: m surfaceflinger && m libsurfaceflinger_unittest Change-Id: Iec6bcc699715a99c8c65d891ab3c0481e884c728
diff --git a/services/surfaceflinger/tests/ScreenCapture_test.cpp b/services/surfaceflinger/tests/ScreenCapture_test.cpp index 7df3711..214a0cd 100644 --- a/services/surfaceflinger/tests/ScreenCapture_test.cpp +++ b/services/surfaceflinger/tests/ScreenCapture_test.cpp
@@ -837,3 +837,6 @@ } } // 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