bazelbuild / rules_go

Go rules for Bazel
Apache License 2.0
1.37k stars 651 forks source link

Allow unused parameters when building the stdlib #3956

Open cramertj opened 3 months ago

cramertj commented 3 months ago

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

The stdlib build does not support building with -Wextra or -Wunused-parameter since it has unused parameters. This patch removes these flags from the stdlib build.

cramertj commented 3 months ago

CQ failure looks like maybe an infra issue?