Suppress unused-parameter warnings in drmwvmplugin and wvm.
Bug: 26936282 Change-Id: I6d088e4fbac4192218fa1cf881abd02ba15375f1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user