summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-11-12 10:09:10 -0800
committerChih-Hung Hsieh <chh@google.com>2014-12-01 11:26:03 -0800
commitbb1e78a118cab7358b4f5e0cd5c8c21d95576936 (patch)
tree802bd070d3c7633ee8994874259e0838e00db285 /Android.mk
parent84851b23d6f65ce03da4fa8ef2348b4f46c0ed0f (diff)
downloadfdk-aac-bb1e78a118cab7358b4f5e0cd5c8c21d95576936.tar.gz
fdk-aac-bb1e78a118cab7358b4f5e0cd5c8c21d95576936.tar.bz2
fdk-aac-bb1e78a118cab7358b4f5e0cd5c8c21d95576936.zip
Fix checks for {Front,Side,Back}ElementIsCpe
{Front,Side,Back}ElementIsCpe is an array (per-channel). The check for pPce->{Front,Side,Back}ElementIsCpe without an index checks the address of the array, and will always evaluate to true. The elTagSce++ statements are unreachable. Change-Id: If530371788a44038c500d6f9f7ac67681f77cc71
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index dcf8cf6..cfd5113 100644
--- a/Android.mk
+++ b/Android.mk
@@ -52,10 +52,6 @@ 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_CLANG_CPPFLAGS += \
- -Wno-pointer-bool-conversion
LOCAL_CPPFLAGS += -std=c++98