Commit ca090827 by Aurimas Liutikas

Suppress warnings in subzero

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/21889Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarAurimas Liutikas <aurimas@google.com>
parent 805d7616
......@@ -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-overloaded-virtual \
......
......@@ -29,8 +29,8 @@ cc_library_static {
"-D__STDC_FORMAT_MACROS",
"-DLOG_TAG=\"libsubzero\"",
"-Wno-unused-parameter",
"-Wno-error=undefined-var-template",
"-Wno-error=unused-lambda-capture",
"-Wno-undefined-var-template",
"-Wno-unused-lambda-capture",
],
cppflags: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment