diff options
| author | Glenn Kasten <gkasten@android.com> | 2016-04-20 18:45:30 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-04-20 18:45:30 +0000 |
| commit | 8192b1a98f60cc39253c658ba1ca70a70c2e0dfa (patch) | |
| tree | db2cea97163a35d4843d04ae60793c5e59c99c38 | |
| parent | 9d0179c8a85f2b50bafdf6715fc266bc92771756 (diff) | |
| parent | 32db3a45dffee7d9c277a527d8926d2d913848a2 (diff) | |
| download | fdk-aac-8192b1a98f60cc39253c658ba1ca70a70c2e0dfa.tar.gz fdk-aac-8192b1a98f60cc39253c658ba1ca70a70c2e0dfa.tar.bz2 fdk-aac-8192b1a98f60cc39253c658ba1ca70a70c2e0dfa.zip | |
Merge "Disable warnings that are not easily fixable"
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
