summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-26 08:31:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-26 08:31:51 +0900
commitd2cc4437a13c0eda8e1003131a1ceef7050d38b0 (patch)
tree6dd2d4190614142d7c5380aa3baf673072ec738a
parent78cb7954918346229090892862631e12edc3e316 (diff)
Labels cannot at the end of block
-rw-r--r--vm_dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_dump.c b/vm_dump.c
index 24eb9acc5c..b991a75b1a 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -822,6 +822,7 @@ rb_print_backtrace(FILE *errout)
free(syms);
}
error:
+ /* ignore errors at writing */;
#endif
#elif defined(_WIN32)
struct dump_thead_arg arg = {