aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/Android.mk
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-12-18 12:10:05 -0800
committerChih-Hung Hsieh <chh@google.com>2014-12-18 13:30:07 -0800
commitbcf10222de27ba3a2dd9c23cb76f45ba4cfcf7c3 (patch)
tree1aa63fd4d24c35bf47d112087f33833949633292 /videocodec/Android.mk
parentaf3c298ce2c1ab2ed8a3ae40fdce68e6440fc860 (diff)
downloadandroid_hardware_intel_common_omx-components-bcf10222de27ba3a2dd9c23cb76f45ba4cfcf7c3.tar.gz
android_hardware_intel_common_omx-components-bcf10222de27ba3a2dd9c23cb76f45ba4cfcf7c3.tar.bz2
android_hardware_intel_common_omx-components-bcf10222de27ba3a2dd9c23cb76f45ba4cfcf7c3.zip
Fix or suppress clang warnings before upstream fix.
* OMXVideoDecoderVP9HWR.cpp, explicitly assigning user_priv to itself. Comment out the unused parameter. * OMXVideoDecoderVP9Hybrid.h hides overloaded virtual function FillRenderBuffer. (This needs more changes in all definitions and uses of FillRenderBuffer). Change-Id: Ia973b37a6be4eb5847c393f13c206f9d1d4d4781
Diffstat (limited to 'videocodec/Android.mk')
-rw-r--r--videocodec/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/videocodec/Android.mk b/videocodec/Android.mk
index d63b83b..0676fcb 100644
--- a/videocodec/Android.mk
+++ b/videocodec/Android.mk
@@ -223,6 +223,9 @@ LOCAL_CFLAGS += -Werror
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libOMXVideoDecoderVP9Hybrid
+# OMXVideoDecoderVP9Hybrid.h hides overloaded virtual function FillRenderBuffer.
+LOCAL_CLANG_CFLAGS += -Wno-overloaded-virtual
+
ifeq ($(TARGET_BOARD_PLATFORM),merrifield)
LOCAL_CFLAGS += -DVED_TILING
endif