summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh2018-10-20 16:36:48 -0500
committerChih-Hung Hsieh2018-10-20 16:36:48 -0500
commite5c62581cc36e29f99971d83c06b5711fa878af1 (patch)
treefc1db12f7237c69b619e09a29719911f3e77afe3
parent3b0cfccec791b98ce6dbcf0a99b8d6feafe80ed2 (diff)
downloadhardware-ti-am57x-e5c62581cc36e29f99971d83c06b5711fa878af1.tar.gz
hardware-ti-am57x-e5c62581cc36e29f99971d83c06b5711fa878af1.tar.xz
hardware-ti-am57x-e5c62581cc36e29f99971d83c06b5711fa878af1.zip
Allow implicit-fallthrough warnings locally. DO NOT MERGE.android-wear-8.0.0_r2
It will be a global error by default. This change is not needed in goog/master. Test: make checkbuild Bug: 112564944 Change-Id: I8e47a4e077260f25bd588d786842548fcaa48634 Exempt-From-Owner-Approval: do not block on new warnings
-rw-r--r--libhwcomposer/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhwcomposer/Android.bp b/libhwcomposer/Android.bp
index 384e7e2..7857e48 100644
--- a/libhwcomposer/Android.bp
+++ b/libhwcomposer/Android.bp
@@ -30,6 +30,7 @@ cc_library_shared {
30 "-Wno-unused-parameter", 30 "-Wno-unused-parameter",
31 "-Wno-missing-field-initializers", 31 "-Wno-missing-field-initializers",
32 "-fexceptions", 32 "-fexceptions",
33 "-Wno-implicit-fallthrough", // in format.cpp
33 ], 34 ],
34 35
35 shared_libs: [ 36 shared_libs: [