Suppress unused-parameter warnings in drmwvmplugin and wvm.

Bug: 26936282
Change-Id: I6d088e4fbac4192218fa1cf881abd02ba15375f1
This commit is contained in:
Aurimas Liutikas
2016-04-29 10:56:18 -07:00
parent a78887166f
commit b9f1729ab7
2 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ LOCAL_SRC_FILES:= \
src/WVMDrmPlugin.cpp \
src/WVMLogging.cpp
LOCAL_CFLAGS += -Wno-unused-parameter -Werror
LOCAL_MODULE := libdrmwvmcommon
LOCAL_MODULE_TAGS := optional

View File

@@ -18,6 +18,8 @@ LOCAL_SHARED_LIBRARIES := \
libstagefright \
libstagefright_foundation
LOCAL_CFLAGS += -Wno-unused-parameter -Werror
LOCAL_MODULE := libwvmcommon
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TARGET_ARCH := $(WIDEVINE_SUPPORTED_ARCH)