summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-08-27 00:01:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-27 00:01:43 +0000
commit60d2b58fa25d6137142a6c0b8f858a5ac0173bfc (patch)
treea1831df5de22f7c480a0d566539cbec7945fe1cc /core
parentaec0aea682c2c2ad8a793e6e585acf84d8f033b3 (diff)
parent0b97fd8acef5d69b2f0abf19493ec5640bbd2085 (diff)
downloadbuild-60d2b58fa25d6137142a6c0b8f858a5ac0173bfc.zip
build-60d2b58fa25d6137142a6c0b8f858a5ac0173bfc.tar.gz
build-60d2b58fa25d6137142a6c0b8f858a5ac0173bfc.tar.bz2
am 0b97fd8a: am b699b0ea: Merge "Clang does not recognize -Wno-literal-suffix."
* commit '0b97fd8acef5d69b2f0abf19493ec5640bbd2085': Clang does not recognize -Wno-literal-suffix.
Diffstat (limited to 'core')
-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 59a46ef..ad03a53 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 :=