summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-30 14:35:46 -0700
committerChih-Hung Hsieh <chh@google.com>2018-10-30 14:35:46 -0700
commitd33a4418f2e47d2ec8e466261626c30039cc1f43 (patch)
treefc1db12f7237c69b619e09a29719911f3e77afe3
parent05a03ade6259af791b0dd3b78b906670e6a3bcdf (diff)
downloadam57x-d33a4418f2e47d2ec8e466261626c30039cc1f43.tar.gz
Allow implicit-fallthrough warnings locally. DO NOT MERGE.
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 (cherry picked from commit e5c62581cc36e29f99971d83c06b5711fa878af1)
-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: [