From 4321dfea636fb64f79f0bbc096f757e093758552 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Fri, 20 Sep 2019 13:22:49 -0700 Subject: [PATCH] Ignore format-pedantic compiler warning This warning was turned off globally but it is only needed for few projects. Move the flag to the individual project blueprint files. Test: presubmit Change-Id: I55163067ac5038f1650ad12300bf72a48f179b8e --- graphics/composer/2.1/utils/hwc2on1adapter/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/composer/2.1/utils/hwc2on1adapter/Android.bp b/graphics/composer/2.1/utils/hwc2on1adapter/Android.bp index 062f2e535e..0af974577e 100644 --- a/graphics/composer/2.1/utils/hwc2on1adapter/Android.bp +++ b/graphics/composer/2.1/utils/hwc2on1adapter/Android.bp @@ -55,6 +55,7 @@ cc_library_shared { "-Wno-shorten-64-to-32", "-Wno-sign-compare", "-Wno-missing-prototypes", + "-Wno-format-pedantic", ], srcs: [