summaryrefslogtreecommitdiff
path: root/modules/video_capture_module.target.linux-x86_64.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/video_capture_module.target.linux-x86_64.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/video_capture_module.target.linux-x86_64.mk')
-rw-r--r--modules/video_capture_module.target.linux-x86_64.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/video_capture_module.target.linux-x86_64.mk b/modules/video_capture_module.target.linux-x86_64.mk
index 01a7bef5..0a53adcd 100644
--- a/modules/video_capture_module.target.linux-x86_64.mk
+++ b/modules/video_capture_module.target.linux-x86_64.mk
@@ -33,7 +33,7 @@ LOCAL_SRC_FILES := \
MY_CFLAGS_Debug := \
-fstack-protector \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -146,7 +146,7 @@ LOCAL_CPPFLAGS_Debug := \
MY_CFLAGS_Release := \
-fstack-protector \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \