github.com/tidwall/go@v0.0.0-20170415222209-6694a6888b7d/src/cmd/vet/all/whitelist/32bit.txt (about)

     1  // 32bit-specific vet whitelist. See readme.txt for details.
     2  
     3  // TODO: fix these warnings after the CL 37950 .
     4  math/big/float.go: x[i] (32 bits) too small for shift of 32
     5  math/big/nat.go: Word(rand.Uint32()) (32 bits) too small for shift of 32
     6  runtime/malloc.go: uintptr(i) (32 bits) too small for shift of 40
     7  runtime/malloc.go: uintptr(i) (32 bits) too small for shift of 40
     8  runtime/malloc.go: uintptr(i) (32 bits) too small for shift of 40
     9  sync/atomic/atomic_test.go: uintptr(seed + i) (32 bits) too small for shift of 32
    10  sync/atomic/atomic_test.go: uintptr(seed+i) << 32 (32 bits) too small for shift of 32
    11  sync/atomic/atomic_test.go: uintptr(seed + i) (32 bits) too small for shift of 32
    12  sync/atomic/atomic_test.go: old (32 bits) too small for shift of 32
    13  sync/atomic/atomic_test.go: old << 32 (32 bits) too small for shift of 32
    14  sync/atomic/atomic_test.go: old (32 bits) too small for shift of 32
    15  sync/atomic/atomic_test.go: v (32 bits) too small for shift of 32
    16  sync/atomic/atomic_test.go: v (32 bits) too small for shift of 32