Merge "Disable warnings that are not easily fixable"

This commit is contained in:
Glenn Kasten 2016-04-20 18:45:30 +00:00 committed by Gerrit Code Review
commit 8192b1a98f

View File

@ -40,6 +40,7 @@ LOCAL_SRC_FILES := \
$(sbrenc_sources:%=libSBRenc/src/%)
LOCAL_CFLAGS += -Wno-sequence-point -Wno-extra
LOCAL_CFLAGS += "-Wno-\#warnings" -Wno-constant-logical-operand -Wno-self-assign
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/libAACdec/include \