summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-26 11:25:08 -0700
committerChih-hung Hsieh <chh@google.com>2018-10-29 18:31:05 +0000
commita6617ad284be0562c6d5c603d7dabaaabc9a06e9 (patch)
treefc1db12f7237c69b619e09a29719911f3e77afe3
parent60238d20b69715a1b7450fdc02a1ef3774266648 (diff)
downloadam57x-a6617ad284be0562c6d5c603d7dabaaabc9a06e9.tar.gz
Allow implicit-fallthrough warnings in format.cpp.
It will be a global error by default. This change has already in AOSP. Test: make checkbuild Bug: 112564944 Change-Id: I522a1f355b5de9a40c1754147733a25ed244740c 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: [