commit | b25f916a62fa23da25edac3138e9d9229125b76d | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Oct 30 08:28:49 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 30 08:28:49 2018 -0700 |
tree | 16e3bbad8c1f38570cbb8593bbc2b0c2ac17c1ee | |
parent | 83531a545a00bd0a9b117c260b7fd412b8a61539 [diff] | |
parent | 6caaa8724f6d53498c57159e67af94432381ea28 [diff] |
Allow implicit-fallthrough warnings locally. am: 6caaa8724f Change-Id: I07cda085eff3b1fec9a513d50fcd5c9af380f09b
diff --git a/Android.mk b/Android.mk index d5ee200..a2fe0ef 100644 --- a/Android.mk +++ b/Android.mk
@@ -77,6 +77,9 @@ LOCAL_CFLAGS := $(common_drm_hwcomposer_cflags) +# Suppress warnings until they are fixed in drmhwctwo.cpp +LOCAL_CFLAGS += -Wno-error=implicit-fallthrough + LOCAL_CPPFLAGS += \ -DHWC2_USE_CPP11 \ -DHWC2_INCLUDE_STRINGIFICATION