summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh2017-10-26 13:19:43 -0500
committerChih-Hung Hsieh2017-11-02 17:16:18 -0500
commitc7f344e9a9070c748bc885a5e60edbd256ffffd5 (patch)
tree4c0152173e1e566c732b9b6cb3dedd8b5c4c10d7 /libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk
parent0d323c12df99201a341f0fb34ed543a46ec6eb86 (diff)
downloadplatform-system-core-c7f344e9a9070c748bc885a5e60edbd256ffffd5.tar.gz
platform-system-core-c7f344e9a9070c748bc885a5e60edbd256ffffd5.tar.xz
platform-system-core-c7f344e9a9070c748bc885a5e60edbd256ffffd5.zip
Use -Werror in system/core/libpixelflinger
* Remove unused local variables. * Suppress/fix warning of unused functions, conditionally used variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: If92bc79f15a0486364da0389defbb2d43b3bd6ea
Diffstat (limited to 'libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk')
-rw-r--r--libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk b/libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk
index 8e5ec5e01..664347f50 100644
--- a/libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk
+++ b/libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk
@@ -11,6 +11,8 @@ LOCAL_C_INCLUDES :=
11 11
12LOCAL_MODULE:= test-pixelflinger-arm64-t32cb16blend 12LOCAL_MODULE:= test-pixelflinger-arm64-t32cb16blend
13 13
14LOCAL_CFLAGS := -Wall -Werror
15
14LOCAL_MODULE_TAGS := tests 16LOCAL_MODULE_TAGS := tests
15 17
16LOCAL_MULTILIB := 64 18LOCAL_MULTILIB := 64