]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: enable warnings and treat as errors
authorDave Cheney <dave@cheney.net>
Sat, 17 Nov 2012 21:58:54 +0000 (08:58 +1100)
committerDave Cheney <dave@cheney.net>
Sat, 17 Nov 2012 21:58:54 +0000 (08:58 +1100)
commit4758f89ddbd2c04e7ae1645758495794c34fc5eb
tree254c6f7f000c24e4f96de0d0fb13ceadce0edcc7
parent2ae61d557aec846b9b7970022aaa0c28f17546de
runtime/cgo: enable warnings and treat as errors

Enable warnings as errors during the cgo portion of runtime/cgo. iant requested that the list of flags match cmd/dist/build.c, but I would like to avoid the set of disabled warnings if possible.

ref: https://groups.google.com/d/topic/golang-nuts/TrCoVzIIG4M/discussion

requires: 6843061

R=minux.ma, iant
CC=golang-dev
https://golang.org/cl/6852055
src/pkg/runtime/cgo/cgo.go