]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: fix compilation on Windows with CFLAGS -Wall -Werror
authorShenghou Ma <minux.ma@gmail.com>
Sat, 17 Nov 2012 18:06:08 +0000 (02:06 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sat, 17 Nov 2012 18:06:08 +0000 (02:06 +0800)
commit3513d8406815c090b80e1bba543617af60c60e3e
tree6bc508263707d8adef36775de4dff35f84d52a09
parent7ec76e25b627cae9c94a3757823613b240c3e3df
runtime/cgo: fix compilation on Windows with CFLAGS -Wall -Werror
also fix one out-of-date comment in cmd/ld/pe.c as well.

R=golang-dev, alex.brainman
CC=golang-dev
https://golang.org/cl/6843061
src/cmd/ld/pe.c
src/pkg/runtime/cgo/gcc_windows_386.c
src/pkg/runtime/cgo/gcc_windows_amd64.c