From: Cherry Zhang Date: Fri, 16 Oct 2020 23:11:42 +0000 (-0400) Subject: runtime/cgo: fix build tag placement vet warning X-Git-Tag: go1.16beta1~694 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=689a7a13780dc7a5138215aa4d369bdcf789fee8;p=gostls13.git runtime/cgo: fix build tag placement vet warning Change-Id: Ie6583b46213caae897fc2189d4973c88759f5f4b Reviewed-on: https://go-review.googlesource.com/c/go/+/263258 Trust: Cherry Zhang Run-TryBot: Cherry Zhang TryBot-Result: Go Bot Reviewed-by: Ian Lance Taylor --- diff --git a/src/runtime/cgo/gcc_libinit_windows.c b/src/runtime/cgo/gcc_libinit_windows.c index 9fd7d36bfb..2732248bdc 100644 --- a/src/runtime/cgo/gcc_libinit_windows.c +++ b/src/runtime/cgo/gcc_libinit_windows.c @@ -3,6 +3,7 @@ // license that can be found in the LICENSE file. // +build cgo + #define WIN64_LEAN_AND_MEAN #include #include