aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-01-03 12:57:22 -0800
committerYi Kong <yikong@google.com>2018-01-03 12:57:22 -0800
commita0e7c81674a57d607c7cfb668c928d046d83fb1a (patch)
tree6dff48aa74ea0ee8518d25353a8bcf9f84bbdf8c
parent7c0c4b2e5c000436cd641c57d329f0247f690a7a (diff)
downloadpdfium-a0e7c81674a57d607c7cfb668c928d046d83fb1a.tar.gz
Clang 6.0.1 update introduced a number of new warnings, failing werror build. Ignore the -Wnull-pointer-arithmetic variable warning for external/pdfium. Test: m checkbuild Change-Id: Ic2cf61f1676bd6f167c4ab3da10680ed007f5e1b
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9e5eabee0..766ee3948 100644
--- a/Android.bp
+++ b/Android.bp
@@ -9,6 +9,7 @@ cc_defaults {
"-Wextra",
"-Wall",
"-Wno-non-virtual-dtor",
+ "-Wno-null-pointer-arithmetic",
"-Werror",
],