summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-08-26 23:01:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-26 23:01:34 +0000
commitb699b0ea58bb41c53cf5236c88d37482063ef438 (patch)
treef4acae6f6fcf93da23e7b5b009af04a87132f011
parent18f23def0e2cda7934c2aef71e2defc729726913 (diff)
parent4d12b5788db05b0272908bd31276b159b1d4366c (diff)
downloadbuild-b699b0ea58bb41c53cf5236c88d37482063ef438.zip
build-b699b0ea58bb41c53cf5236c88d37482063ef438.tar.gz
build-b699b0ea58bb41c53cf5236c88d37482063ef438.tar.bz2
Merge "Clang does not recognize -Wno-literal-suffix."
-rw-r--r--core/clang/config.mk3
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 :=