aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-08-26 10:11:50 -0700
committerChih-Hung Hsieh <chh@google.com>2014-08-26 15:30:04 -0700
commit4d12b5788db05b0272908bd31276b159b1d4366c (patch)
treee08aa4e160df2d34d691b3987f0884f97231fa38
parentf1c63b0212f756355e4e189217858b8ae42c4e21 (diff)
downloadbuild-4d12b5788db05b0272908bd31276b159b1d4366c.tar.gz
Clang does not recognize -Wno-literal-suffix.
BUG: 17258227 Change-Id: I2d98e68daa780fbe0e127605840ae7edcb4e9880
-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 76293c5be1..6edf04cd0d 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 :=