Commit 9628e6fd authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

runtime/testdata/testprogcgo: fix Windows C compiler warning

Noticed and fix by Alex Brainman.

Tested in https://golang.org/cl/23005 (which makes all compiler
warnings fatal during development)

Fixes #15623

Change-Id: Ic19999fce8bb8640d963965cc328574efadd7855
Reviewed-on: https://go-review.googlesource.com/23010Reviewed-by: default avatarAlex Brainman <alex.brainman@gmail.com>
parent 9780bf2a
......@@ -8,7 +8,7 @@
void gopanic(void);
static unsigned int
static unsigned int __attribute__((__stdcall__))
die(void* x)
{
gopanic();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment