Merge "Disable warnings that are not easily fixable"

am: 8192b1a

* commit '8192b1a98f60cc39253c658ba1ca70a70c2e0dfa':
  Disable warnings that are not easily fixable

Change-Id: I5dc1fabd29cfb7024f8362359a796efd1764032d
This commit is contained in:
Glenn Kasten 2016-04-20 19:00:07 +00:00 committed by android-build-merger
commit 2a923c9286
1 changed files with 1 additions and 0 deletions

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 \