From: Josh Bleecher Snyder Date: Fri, 7 Apr 2017 15:28:00 +0000 (-0700) Subject: cmd/vet/all: add countBytes exemption to amd64 whitelist X-Git-Tag: go1.9beta1~797 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9eddc3a3561eed1f735491f89cf935cb5189a897;p=gostls13.git cmd/vet/all: add countBytes exemption to amd64 whitelist Fixes vetall build broken by CL 38693. Change-Id: I5c98f2164e0c7bb43f022c363b3b7c0650c4bcbe Reviewed-on: https://go-review.googlesource.com/39916 Run-TryBot: Josh Bleecher Snyder TryBot-Result: Gobot Gobot Reviewed-by: Rob Pike --- diff --git a/src/cmd/vet/all/whitelist/amd64.txt b/src/cmd/vet/all/whitelist/amd64.txt index 9056f809f2..b77756d174 100644 --- a/src/cmd/vet/all/whitelist/amd64.txt +++ b/src/cmd/vet/all/whitelist/amd64.txt @@ -36,4 +36,4 @@ runtime/duff_amd64.s: [amd64] duffzero: function duffzero missing Go declaration runtime/duff_amd64.s: [amd64] duffcopy: function duffcopy missing Go declaration runtime/asm_amd64.s: [amd64] stackcheck: function stackcheck missing Go declaration runtime/asm_amd64.s: [amd64] indexShortStr: function indexShortStr missing Go declaration - +runtime/asm_amd64.s: [amd64] countByte: function countByte missing Go declaration