diff options
author | Chih-Hung Hsieh <chh@google.com> | 2014-10-28 04:48:54 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-28 04:48:54 +0000 |
commit | 736a146c3c44b6b753e0b7866d3f0f43e9be76e5 (patch) | |
tree | 4c8380f5dad39e0522dcfeeb6223e535533d0ad1 /core/clang | |
parent | ef8912d93f5ca3722d761da6c0b0f05e2480a41d (diff) | |
parent | 717ebfc13182202ab38e17c0cd008924e9e5c4e9 (diff) | |
download | build-736a146c3c44b6b753e0b7866d3f0f43e9be76e5.zip build-736a146c3c44b6b753e0b7866d3f0f43e9be76e5.tar.gz build-736a146c3c44b6b753e0b7866d3f0f43e9be76e5.tar.bz2 |
am 717ebfc1: Merge "Add unknown flag to CLANG_CONFIG_UNKNOWN_CFLAGS."
* commit '717ebfc13182202ab38e17c0cd008924e9e5c4e9':
Add unknown flag to CLANG_CONFIG_UNKNOWN_CFLAGS.
Diffstat (limited to 'core/clang')
-rw-r--r-- | core/clang/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/clang/config.mk b/core/clang/config.mk index 5a76049..3f56359 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -54,6 +54,7 @@ CLANG_CONFIG_UNKNOWN_CFLAGS := \ -funswitch-loops \ -Wmaybe-uninitialized \ -Wno-error=maybe-uninitialized \ + -Wno-free-nonheap-object \ -Wno-literal-suffix \ -Wno-maybe-uninitialized \ -Wno-old-style-declaration \ |