All bazel crosstools automatically pass -Wall to compiles. The order of operations is: - bazel crosstool flags - `--host_copt` flags and other variations like `--host_cxxopt` - the `copts` defined on the rule Because of this when protobuf produces warnings, there's no way to disable them from the consumer side if they are re-enabled later by another `-Wall` flag.pull/6044/head
parent
1958925c76
commit
1c5e8cbb8f
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue