summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Chih-Hung Hsieh <chh@google.com> 2015-05-22 20:38:24 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-05-22 20:38:25 +0000
commit9e276bc1a2c87caeffbcc97f121ad600313f8396 (patch)
treeb4a070fd0927a07104eb421c2471681c28c4a90b /libs
parent9e07ffdbfbd85ba5431d5145a98df9e688de7b41 (diff)
parent1aa800e884e00f310d375684ef566cc79d7de7d9 (diff)
Merge "Suppress benign clang warning." into mnc-dev
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/Android.common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/hwui/Android.common.mk b/libs/hwui/Android.common.mk
index 3e766560d2aa..a5bfde736334 100644
--- a/libs/hwui/Android.common.mk
+++ b/libs/hwui/Android.common.mk
@@ -1,8 +1,10 @@
# getConfig in external/skia/include/core/SkBitmap.h is deprecated.
# Allow Gnu extension: in-class initializer of static 'const float' member.
+# DeferredLayerUpdater.h: private field 'mRenderThread' is not used.
LOCAL_CLANG_CFLAGS += \
-Wno-deprecated-declarations \
- -Wno-gnu-static-float-init
+ -Wno-gnu-static-float-init \
+ -Wno-unused-private-field
LOCAL_SRC_FILES := \
font/CacheTexture.cpp \