aboutsummaryrefslogtreecommitdiff
path: root/src/preprocessor.target.darwin-x86_64.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-12-05 11:09:39 +0000
committerTorne (Richard Coles) <torne@google.com>2014-12-05 11:09:39 +0000
commitaa5077563217a8b2c6dcd9274d7dcf7817f2252a (patch)
tree798edf06c441a5f8f7c369a7606c4145f6adac91 /src/preprocessor.target.darwin-x86_64.mk
parent90f9bfb619635e6e6fe3d6b142cce2c85d894356 (diff)
downloadangle-aa5077563217a8b2c6dcd9274d7dcf7817f2252a.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: I0c3a0a4657461940d939b3341ee12deb00c19c86
Diffstat (limited to 'src/preprocessor.target.darwin-x86_64.mk')
-rw-r--r--src/preprocessor.target.darwin-x86_64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preprocessor.target.darwin-x86_64.mk b/src/preprocessor.target.darwin-x86_64.mk
index 1fefd5d2..64ee0ae7 100644
--- a/src/preprocessor.target.darwin-x86_64.mk
+++ b/src/preprocessor.target.darwin-x86_64.mk
@@ -40,6 +40,7 @@ LOCAL_SRC_FILES := \
MY_CFLAGS_Debug := \
-fstack-protector \
--param=ssp-buffer-size=4 \
+ \
-fno-strict-aliasing \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
@@ -132,6 +133,7 @@ LOCAL_CPPFLAGS_Debug := \
MY_CFLAGS_Release := \
-fstack-protector \
--param=ssp-buffer-size=4 \
+ \
-fno-strict-aliasing \
-Wno-unused-parameter \
-Wno-missing-field-initializers \