mirror of
https://github.com/golang/go
synced 2024-11-22 00:44:39 -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)
|
if(nerrors)
|
||||||
errorexit();
|
errorexit();
|
||||||
|
|
||||||
|
flusherrors();
|
||||||
exit(0);
|
exit(0);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user