]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testsigfwd: add missing return statement
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 30 Aug 2016 21:18:39 +0000 (14:18 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 30 Aug 2016 21:44:14 +0000 (21:44 +0000)
commitd1383b5b8f94f7d94cf703b27f58e329979568d3
tree14b9a3f0881290f0fe8e5d03a1e247968d0cccf6
parentd57a4a656a8579b0ea3570c24329252ed536f98c
misc/cgo/testsigfwd: add missing return statement

Fixes C compiler warning:

./main.go:54:1: warning: control reaches end of non-void function [-Wreturn-type]

Should help fix the linux builders
that broke due to CL 23005.

Change-Id: Ib0630798125e35a12f99d666b7ffe7b3196f0ecc
Reviewed-on: https://go-review.googlesource.com/28176
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/testsigfwd/main.go