diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-03-29 19:02:33 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-29 19:04:30 +0100 |
| commit | c35ee0ea6d7ad386409ff5092d11361169886eef (patch) | |
| tree | fcf72b082516fa6881bd34bef0173d1a32e4f22a /docs/linux | |
| parent | babbf71b140500d52c982bead33f7575fc23ecab (diff) | |
prog, pkg/compiler: fix warnings
gometalinter says:
pkg/compiler/consts.go:192::warning: internal error: no range for "n" (vetshadow)
pkg/compiler/consts.go:197::warning: internal error: no range for "n" (vetshadow)
prog/encoding.go:862::warning: declaration of "v" shadows declaration at prog/encoding.go:852 (vetshadow)
This somehow happens only with Go1.11 but not 1.12 so wasn't detected locally.
The prog warnings looks legit.
The pkg/compiler warning was amusingly introduced to please golangci-lint checker,
revert that fix for now.
Diffstat (limited to 'docs/linux')
0 files changed, 0 insertions, 0 deletions
