diff options
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp index 8ec2b920e..cbca35fc9 100644 --- a/libc/Android.bp +++ b/libc/Android.bp @@ -45,6 +45,7 @@ cc_defaults { "-Wall", "-Wextra", "-Wunused", + "-Wno-deprecated-declarations", // Try to catch typical 32-bit assumptions that break with 64-bit pointers. "-Werror=pointer-to-int-cast", |
