aboutsummaryrefslogtreecommitdiff
path: root/icuuc.host.linux-x86_64.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-12-05 11:13:09 +0000
committerTorne (Richard Coles) <torne@google.com>2014-12-05 11:13:09 +0000
commitb3e389e6d9fcd3290e5896f3cb4fa4b1982a3a11 (patch)
tree27fc6b98688e8948bc143b77e5973b3f2f771de3 /icuuc.host.linux-x86_64.mk
parent75e8cb4da8d131daa99d9fbed996cbd42083fef3 (diff)
downloadicu-b3e389e6d9fcd3290e5896f3cb4fa4b1982a3a11.tar.gz
Temporarily disable -Werror in Chromium.android-m-previewmaster-soong
Temporarily disable the use of -Werror in the AOSP copy of Chromium so that the system-wide default warnings can be changed without breaking Chromium. We'll re-enable it once the warnings are settled and we've fixed any issues. Bug: 18632512 Change-Id: I716138ad1eed7f399f7c682e247a57c2d438f25b
Diffstat (limited to 'icuuc.host.linux-x86_64.mk')
-rw-r--r--icuuc.host.linux-x86_64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/icuuc.host.linux-x86_64.mk b/icuuc.host.linux-x86_64.mk
index d790e4f..a5c83ad 100644
--- a/icuuc.host.linux-x86_64.mk
+++ b/icuuc.host.linux-x86_64.mk
@@ -200,6 +200,7 @@ LOCAL_SRC_FILES := \
MY_CFLAGS_Debug := \
-fstack-protector \
--param=ssp-buffer-size=4 \
+ \
-pthread \
-fno-strict-aliasing \
-Wno-unused-parameter \
@@ -288,6 +289,7 @@ LOCAL_CPPFLAGS_Debug := \
MY_CFLAGS_Release := \
-fstack-protector \
--param=ssp-buffer-size=4 \
+ \
-pthread \
-fno-strict-aliasing \
-Wno-unused-parameter \