aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2018-10-25 01:13:55 +0000
committerAurimas Liutikas <aurimas@google.com>2018-10-25 13:35:30 -0700
commit4d74301cc6652b1781d6c16f7a641735e70212e3 (patch)
treead3d36fa6659da727dc65d90f0f64845b24afdea
parenta907537ccc9d0dcf6369a11df36f5813f2f98b41 (diff)
downloadswiftshader-4d74301cc6652b1781d6c16f7a641735e70212e3.tar.gz
There are no plans to fix them, so let's suppress it. Bug: b/118397735 Change-Id: Ie2b621e1cf315a8e24c9b29b6e2bf8a7762e7b6e Reviewed-on: https://swiftshader-review.googlesource.com/c/21889 Reviewed-by: Nicolas Capens <nicolascapens@google.com> Tested-by: Aurimas Liutikas <aurimas@google.com>
-rw-r--r--src/Reactor/Android.mk4
-rw-r--r--third_party/subzero/Android.bp4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Reactor/Android.mk b/src/Reactor/Android.mk
index 4e3ac6049..62e13f81b 100644
--- a/src/Reactor/Android.mk
+++ b/src/Reactor/Android.mk
@@ -112,8 +112,8 @@ LOCAL_CFLAGS += \
-DLOG_TAG=\"libsubzero\" \
-Wall \
-Werror \
- -Wno-error=undefined-var-template \
- -Wno-error=unused-lambda-capture \
+ -Wno-undefined-var-template \
+ -Wno-unused-lambda-capture \
-Wno-unused-parameter \
-Wno-implicit-exception-spec-mismatch \
-Wno-implicit-fallthrough \
diff --git a/third_party/subzero/Android.bp b/third_party/subzero/Android.bp
index 6c5da1a4f..c51b73c2d 100644
--- a/third_party/subzero/Android.bp
+++ b/third_party/subzero/Android.bp
@@ -30,8 +30,8 @@ cc_library_static {
"-DLOG_TAG=\"libsubzero\"",
"-Wno-implicit-fallthrough",
"-Wno-unused-parameter",
- "-Wno-error=undefined-var-template",
- "-Wno-error=unused-lambda-capture",
+ "-Wno-undefined-var-template",
+ "-Wno-unused-lambda-capture",
],
cppflags: [