From f320c0cf71af274e34404746d4303e6a2452e2d6 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Thu, 11 May 2017 11:12:12 -0700 Subject: Temporarily suppress unused-lambda-capture warning warning Bug: 38232827 Test: Build Change-Id: I5a6d667a44522514d11af4cd821c1668e52f4777 --- Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Android.bp b/Android.bp index b2b79f0f2c..d7526b8993 100644 --- a/Android.bp +++ b/Android.bp @@ -59,6 +59,11 @@ cc_defaults { "-Wno-unused-function", "-Wno-missing-field-initializers", ], + + clang_cflags: [ + // Temporarily suppress the warnings http://b/38232827 + "-Wno-error=unused-lambda-capture", + ], } libchromeCommonSrc = [ -- cgit v1.2.3