mirror of
https://github.com/golang/go
synced 2024-11-12 09:20:22 -07:00
misc/cgo/test: fix a gcc warning
See https://code.google.com/p/go/issues/detail?id=5227#c16. R=golang-dev, r CC=golang-dev https://golang.org/cl/8833044
This commit is contained in:
parent
a9c695204d
commit
a4196bb6c8
@ -17,7 +17,7 @@ Fontinfo SansTypeface;
|
||||
extern void init();
|
||||
|
||||
Fontinfo loadfont() {
|
||||
Fontinfo f;
|
||||
Fontinfo f = {0};
|
||||
return f;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user