diff options
author | Chih-Hung Hsieh <chh@google.com> | 2014-08-26 23:01:34 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-08-26 23:01:34 +0000 |
commit | b699b0ea58bb41c53cf5236c88d37482063ef438 (patch) | |
tree | f4acae6f6fcf93da23e7b5b009af04a87132f011 | |
parent | 18f23def0e2cda7934c2aef71e2defc729726913 (diff) | |
parent | 4d12b5788db05b0272908bd31276b159b1d4366c (diff) | |
download | build-b699b0ea58bb41c53cf5236c88d37482063ef438.zip build-b699b0ea58bb41c53cf5236c88d37482063ef438.tar.gz build-b699b0ea58bb41c53cf5236c88d37482063ef438.tar.bz2 |
Merge "Clang does not recognize -Wno-literal-suffix."
-rw-r--r-- | core/clang/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ CLANG_CONFIG_UNKNOWN_CFLAGS := \ -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 := |