Skip to content

Commit

Permalink
gc: flush warnings, if any
Browse files Browse the repository at this point in the history
R=ken2
CC=golang-dev
https://golang.org/cl/811042
  • Loading branch information
rsc committed Mar 30, 2010
1 parent d166d16 commit 5d0ec6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/gc/lex.c
Expand Up @@ -158,6 +158,7 @@ main(int argc, char *argv[])
if(nerrors)
errorexit();

flusherrors();
exit(0);
return 0;

Expand Down

0 comments on commit 5d0ec6c

Please sign in to comment.