commit | 3118dc1c0f8d0eed3d9e8b6284dfcfba41bd27d3 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Fri Feb 05 02:48:12 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 05 02:48:12 2021 +0000 |
tree | 0e33ccc8d465ae5c745f071dc7410be5614b9805 | |
parent | 78ad991425e979f71632eeda0e755664cd8dc998 [diff] | |
parent | 444e2f69e95e25a206efb120dff3d4dde637746b [diff] |
Merge "Add -Wno-ignored-pragmas."
diff --git a/libm/Android.bp b/libm/Android.bp index 735b1cf..723d126 100644 --- a/libm/Android.bp +++ b/libm/Android.bp
@@ -475,6 +475,7 @@ "-fno-math-errno", "-Wall", "-Werror", + "-Wno-ignored-pragmas", "-Wno-missing-braces", "-Wno-parentheses", "-Wno-sign-compare",