From 9eddc3a3561eed1f735491f89cf935cb5189a897 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 7 Apr 2017 08:28:00 -0700 Subject: [PATCH] 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 --- src/cmd/vet/all/whitelist/amd64.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1