commit | b1beb6f27460194cccd8d31ce887cd79018594c0 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Tue Jul 19 22:02:31 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 19 22:02:31 2016 +0000 |
tree | 04fbd5e1d753ee2de9f1ecccf260209c4f03ebb7 | |
parent | 11e0e36462dfbbc9d6ade852c0cc00db9a28e0b6 [diff] | |
parent | d1c2ff4f060278f2975eb2f513d234f30b706a90 [diff] |
Merge "Switch to prebuilt clang-3016494"
diff --git a/core/config.mk b/core/config.mk index b179881..0ae4586 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -645,8 +645,10 @@ GLOBAL_CLANG_CFLAGS_NO_OVERRIDE := \ -Werror=address-of-temporary \ - -Werror=null-dereference \ -Werror=return-type \ + # Bug: http://b/29823425 Disable -Wnull-dereference until the new cases + # detected by this warning in Clang r271374 are fixed. + #-Werror=null-dereference \ GLOBAL_CPPFLAGS_NO_OVERRIDE :=