aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-29 21:54:54 -0700
committerChih-Hung Hsieh <chh@google.com>2018-10-29 21:54:54 -0700
commit6caaa8724f6d53498c57159e67af94432381ea28 (patch)
tree16e3bbad8c1f38570cbb8593bbc2b0c2ac17c1ee
parentf31ccc54888eb8ad446aca3342a6297d528d8e54 (diff)
downloaddrm_hwcomposer-6caaa8724f6d53498c57159e67af94432381ea28.tar.gz
It will be a global error by default. Test: make checkbuild Bug: 112564944 Change-Id: If026764b991851c81c4f01c025de43240e0f63f5 Exempt-From-Owner-Approval: do not block on new warnings
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d5ee200..a2fe0ef 100644
--- a/Android.mk
+++ b/Android.mk
@@ -77,6 +77,9 @@ LOCAL_SRC_FILES := \
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