Commit c475f565 by Antonio Maiorano

Regres: disable warnings as errors

Bug: b/141758871 Change-Id: I8e21cb19b1cecbd996ed78cbe9fbde46beac0adc Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/36769 Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarAntonio Maiorano <amaiorano@google.com>
parent faa2a365
......@@ -739,6 +739,7 @@ func (t *test) build() error {
"-DCMAKE_BUILD_TYPE=Release",
"-DDCHECK_ALWAYS_ON=1",
"-DREACTOR_VERIFY_LLVM_IR=1",
"-DWARNINGS_AS_ERRORS=0"
".."); err != nil {
return err
}
......
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