summaryrefslogtreecommitdiff
path: root/libyuv.target.linux-x86.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-12-05 11:13:50 +0000
committerTorne (Richard Coles) <torne@google.com>2014-12-05 11:13:50 +0000
commitf0390410b84e23f0fc1d1f0e99072eb38d9ff5b5 (patch)
treed00a6e1b524ecbc7e639906f3f9f9db37c82ebb5 /libyuv.target.linux-x86.mk
parente2a7c3c438c2cb87f179d2b1fcd78faa00f5ec45 (diff)
downloadlibyuv-f0390410b84e23f0fc1d1f0e99072eb38d9ff5b5.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: Iab1705267611c0e79f35a38f089db1ccec0a3e61
Diffstat (limited to 'libyuv.target.linux-x86.mk')
-rw-r--r--libyuv.target.linux-x86.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libyuv.target.linux-x86.mk b/libyuv.target.linux-x86.mk
index 37f614f..b0af0fa 100644
--- a/libyuv.target.linux-x86.mk
+++ b/libyuv.target.linux-x86.mk
@@ -60,6 +60,7 @@ LOCAL_SRC_FILES := \
# Flags passed to both C and C++ files.
MY_CFLAGS_Debug := \
--param=ssp-buffer-size=4 \
+ \
-fno-strict-aliasing \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
@@ -157,6 +158,7 @@ LOCAL_CPPFLAGS_Debug := \
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
--param=ssp-buffer-size=4 \
+ \
-fno-strict-aliasing \
-Wno-unused-parameter \
-Wno-missing-field-initializers \