Enable warnings as errors during tests (#10482)
* Enable warnings as errors by default for test builds * Fixing C++ warnings * Adding host flags, and enabling warnings as error for non-C++ too * Switch to BUILD copts instead of bazelrc to treat Windows as a snowflake * Disable warnings as errors on Windows, since it doesn't like the c++14 flagpull/10221/head
parent
683349c2e3
commit
d220b43c6c
8 changed files with 9 additions and 36 deletions
@ -1 +1 @@ |
||||
build --cxxopt=-std=c++14 |
||||
build --cxxopt=-std=c++14 --host_cxxopt=-std=c++14 |
||||
|
Loading…
Reference in new issue