commit | 22b6c5c2c1b6e5d306517ce2e480710fcab352bf | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Oct 23 16:39:09 2014 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Oct 23 16:39:09 2014 -0700 |
tree | a2e1fe1a198743b628ba9b7e0d6de6210456622f | |
parent | d274e04ac4317d7cfc2de02ca215e064c018c234 [diff] [blame] |
Add unknown flag to CLANG_CONFIG_UNKNOWN_CFLAGS. BUG: 18108271 Change-Id: Id929cad31340d2946027603c1c8c8fb1cb60f66a
diff --git a/core/clang/config.mk b/core/clang/config.mk index 54466a7..acb425d 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk
@@ -54,6 +54,7 @@ -funswitch-loops \ -Wmaybe-uninitialized \ -Wno-error=maybe-uninitialized \ + -Wno-free-nonheap-object \ -Wno-literal-suffix \ -Wno-maybe-uninitialized \ -Wno-old-style-declaration \