mirror of
https://github.com/golang/go
synced 2024-11-21 13:14:40 -07:00
gc: flush warnings, if any
R=ken2 CC=golang-dev https://golang.org/cl/811042
This commit is contained in:
parent
d166d1629a
commit
5d0ec6c076
@ -158,6 +158,7 @@ main(int argc, char *argv[])
|
||||
if(nerrors)
|
||||
errorexit();
|
||||
|
||||
flusherrors();
|
||||
exit(0);
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user