commit | 538bdf96231d05ff36f67cad4f3daba1087523e1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 01 17:26:53 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 01 17:26:53 2016 +0000 |
tree | 7892a38afb1db0512bc079c73293ced7346fdbaa | |
parent | e9daecf74b276c780d65ded0c340193691dc69e5 [diff] | |
parent | cd3abe38ef6c425cfccfc897937fed097f8753c8 [diff] |
Merge "Tell GCC that sometimes we have to build deprecated functions."
diff --git a/libc/Android.mk b/libc/Android.mk index ffa8a27..e51878d 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -575,6 +575,7 @@ libc_common_cflags := \ -D_LIBC=1 \ -Wall -Wextra -Wunused \ + -Wno-deprecated-declarations \ use_clang := $(USE_CLANG_PLATFORM_BUILD)