]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: disable unhelpful GCC warning
authorIan Lance Taylor <iant@golang.org>
Thu, 3 Feb 2022 20:43:48 +0000 (12:43 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 3 Feb 2022 22:55:24 +0000 (22:55 +0000)
commit248ad855b7d0e49839b7b4281d9e60e222368583
tree11b2ddcce90b02761ba62f9985788d35a6084cb8
parent896df422a7cecbace10f5877beeeb1476b6061ae
misc/cgo/test: disable unhelpful GCC warning

GCC 9 warns about a change in the ABI of passing structs with bitfields,
but we don't care.

Fixes #50987

Change-Id: Ica658d04172a42a7be788f94d31a714bb8c4766f
Reviewed-on: https://go-review.googlesource.com/c/go/+/382956
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Trust: Benny Siegert <bsiegert@gmail.com>
misc/cgo/test/test.go