1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-25 15:07:56 +01:00

am 4803bf75: Merge "Ignore Clang warning on checking address of arrays."

* commit '4803bf75f564e5c9304527a5b902711f78e9f621':
  Ignore Clang warning on checking address of arrays.
This commit is contained in:
Glenn Kasten 2014-09-09 17:53:16 +00:00 committed by Android Git Automerger
commit 57daefcbe1

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)