mirror of https://github.com/mstorsjo/fdk-aac.git
Disable warnings that are not easily fixable
Bug: 28026175 Change-Id: I6e9cfcd9efeb853caee01b54b241f24e64cf1e94
This commit is contained in:
parent
1dd7649666
commit
32db3a45df
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue