Commit 5d0ec6c0 authored by Russ Cox's avatar Russ Cox

gc: flush warnings, if any

R=ken2
CC=golang-dev
https://golang.org/cl/811042
parent d166d162
......@@ -158,6 +158,7 @@ main(int argc, char *argv[])
if(nerrors)
errorexit();
flusherrors();
exit(0);
return 0;
......
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