summaryrefslogtreecommitdiff
path: root/common_video/common_video.target.linux-arm.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 /common_video/common_video.target.linux-arm.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 'common_video/common_video.target.linux-arm.mk')
-rw-r--r--common_video/common_video.target.linux-arm.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common_video/common_video.target.linux-arm.mk b/common_video/common_video.target.linux-arm.mk
index d9bdd3c4..ec86ff58 100644
--- a/common_video/common_video.target.linux-arm.mk
+++ b/common_video/common_video.target.linux-arm.mk
@@ -35,7 +35,7 @@ LOCAL_SRC_FILES := \
MY_CFLAGS_Debug := \
-fstack-protector \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -157,7 +157,7 @@ LOCAL_CPPFLAGS_Debug := \
MY_CFLAGS_Release := \
-fstack-protector \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \