From 4d12b5788db05b0272908bd31276b159b1d4366c Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 26 Aug 2014 10:11:50 -0700 Subject: Clang does not recognize -Wno-literal-suffix. BUG: 17258227 Change-Id: I2d98e68daa780fbe0e127605840ae7edcb4e9880 --- core/clang/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 := -- cgit v1.1