Commit 45a4d0f3 by Nicolas Capens Committed by Nicolas Capens

Disable unused function warning

In file included from ../../third_party/swiftshader/third_party/llvm-subzero/lib/Support/Signals.cpp:183: ../../third_party/swiftshader/third_party/llvm-subzero/lib/Support/Windows/Signals.inc(220,13): error: unused function 'printStackTraceWithLLVMSymbolizer' [-Werror,-Wunused-function] static bool printStackTraceWithLLVMSymbolizer(llvm::raw_ostream &OS, ^ 1 error generated. Bug: chromium build fix Change-Id: I9ed9ac680fb5286fda0685788c6dbf76a4e34369 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/39908Reviewed-by: 's avatarBen Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent e75a1838
......@@ -152,6 +152,7 @@ if (use_swiftshader_with_subzero) {
"-Wno-header-hygiene",
"-Wno-enum-compare-switch",
"-Wno-unused-lambda-capture",
"-Wno-unused-function",
]
}
......
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