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:
commit
57daefcbe1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user