summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-20 14:36:48 -0700
committerChih-Hung Hsieh <chh@google.com>2018-10-20 14:36:48 -0700
commite5c62581cc36e29f99971d83c06b5711fa878af1 (patch)
treefc1db12f7237c69b619e09a29719911f3e77afe3
parent3b0cfccec791b98ce6dbcf0a99b8d6feafe80ed2 (diff)
downloadam57x-e5c62581cc36e29f99971d83c06b5711fa878af1.tar.gz
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 {
"-Wno-unused-parameter",
"-Wno-missing-field-initializers",
"-fexceptions",
+ "-Wno-implicit-fallthrough", // in format.cpp
],
shared_libs: [