1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2024-12-12 16:37:34 +01:00

Merge "Ignore Clang warning on checking address of arrays."

This commit is contained in:
Glenn Kasten 2014-09-09 17:36:03 +00:00 committed by Gerrit Code Review
commit 4803bf75f5

View File

@ -53,6 +53,11 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/libSBRdec/include \
$(LOCAL_PATH)/libSBRenc/include
# In tpdec_asc.cpp: address of array 'pPce->FrontElementIsCpe'
# will always evaluate to 'true'.
LOCAL_CPPFLAGS += \
-Wno-pointer-bool-conversion
LOCAL_MODULE:= libFraunhoferAAC
include $(BUILD_STATIC_LIBRARY)