summaryrefslogtreecommitdiff
path: root/modules/iSAC.target.linux-arm64.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-12-05 11:14:00 +0000
committerTorne (Richard Coles) <torne@google.com>2014-12-05 11:14:00 +0000
commitbdd5979c265df8788a5a1a3554da952ed64358cf (patch)
tree39d7ba4de8e314f53d9f62773ed244b18476cfd4 /modules/iSAC.target.linux-arm64.mk
parent5d04ee7f9fa65f7abe7b1cd18e35335c59047e5b (diff)
downloadwebrtc-bdd5979c265df8788a5a1a3554da952ed64358cf.tar.gz
Temporarily disable -Werror in Chromium.
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: Ie4231811e8ba5487b946bebfb515f01982ef2f66
Diffstat (limited to 'modules/iSAC.target.linux-arm64.mk')
-rw-r--r--modules/iSAC.target.linux-arm64.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/iSAC.target.linux-arm64.mk b/modules/iSAC.target.linux-arm64.mk
index 05f4e86b..afd5f0d0 100644
--- a/modules/iSAC.target.linux-arm64.mk
+++ b/modules/iSAC.target.linux-arm64.mk
@@ -56,7 +56,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 \
@@ -167,7 +167,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 \