summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/txr.c b/txr.c
index c69def68..d339589a 100644
--- a/txr.c
+++ b/txr.c
@@ -1012,6 +1012,8 @@ int txr_main(int argc, char **argv)
close_stream(parse_stream, nil);
+ uw_dump_deferred_warnings(std_error);
+
if (!enter_repl)
return result ? 0 : EXIT_FAILURE;
}