Ignore benign clang/llvm warnings.

Change-Id: Ibb8d60c6e238504dfe6a15425a65405bcf083358
This commit is contained in:
Chih-Hung Hsieh
2015-03-04 15:37:09 -08:00
parent 87ea4f6ad4
commit a15abbe428

View File

@@ -1,6 +1,8 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CLANG_CFLAGS += -Wno-error=c++11-narrowing
LOCAL_SRC_FILES := \
src/WVDrmPlugin.cpp \
src/WVGenericCryptoInterface.cpp \