summaryrefslogtreecommitdiff
path: root/Source/core/make_core_generated.target.darwin-x86.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-12-05 12:29:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-05 12:29:35 +0000
commitf005f5ff4352e3cb652510da4051a437fc21e498 (patch)
tree57efcd4c029638144cd0d08b631ca3e804d806aa /Source/core/make_core_generated.target.darwin-x86.mk
parente867532940814305af6919ad0d230a066310772d (diff)
parent9dfed19ee9789e115c375ee60a1186831d02251b (diff)
downloadWebKit-f005f5ff4352e3cb652510da4051a437fc21e498.tar.gz
Merge "Temporarily disable -Werror in Chromium."android-m-previewmaster-soong
Diffstat (limited to 'Source/core/make_core_generated.target.darwin-x86.mk')
-rw-r--r--Source/core/make_core_generated.target.darwin-x86.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/core/make_core_generated.target.darwin-x86.mk b/Source/core/make_core_generated.target.darwin-x86.mk
index 6ef3ed753..194439432 100644
--- a/Source/core/make_core_generated.target.darwin-x86.mk
+++ b/Source/core/make_core_generated.target.darwin-x86.mk
@@ -497,7 +497,7 @@ LOCAL_SRC_FILES :=
# Flags passed to both C and C++ files.
MY_CFLAGS_Debug := \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -591,7 +591,7 @@ LOCAL_CPPFLAGS_Debug := \
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \