Commit a4196bb6 authored by Shenghou Ma's avatar Shenghou Ma

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
parent a9c69520
......@@ -17,7 +17,7 @@ Fontinfo SansTypeface;
extern void init();
Fontinfo loadfont() {
Fontinfo f;
Fontinfo f = {0};
return f;
}
......
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