commit | b699b0ea58bb41c53cf5236c88d37482063ef438 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Aug 26 23:01:34 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 26 23:01:34 2014 +0000 |
tree | f4acae6f6fcf93da23e7b5b009af04a87132f011 | |
parent | 18f23def0e2cda7934c2aef71e2defc729726913 [diff] | |
parent | 4d12b5788db05b0272908bd31276b159b1d4366c [diff] |
Merge "Clang does not recognize -Wno-literal-suffix."
diff --git a/core/clang/config.mk b/core/clang/config.mk index 76293c5..6edf04c 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk
@@ -53,7 +53,8 @@ -Wno-maybe-uninitialized \ -Wno-error=maybe-uninitialized \ -fno-canonical-system-headers \ - -Wno-unused-local-typedefs + -Wno-unused-local-typedefs \ + -Wno-literal-suffix # Clang flags for all host rules CLANG_CONFIG_HOST_EXTRA_ASFLAGS :=