mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Suppress warning on x64-mingw
This commit is contained in:
parent
50d85436f8
commit
26d674fdc7
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -9390,7 +9390,7 @@ rb_memerror(void)
|
|||
|
||||
if (0) {
|
||||
// Print out pid, sleep, so you can attach debugger to see what went wrong:
|
||||
fprintf(stderr, "rb_memerror pid=%d\n", getpid());
|
||||
fprintf(stderr, "rb_memerror pid=%"PRI_PIDT_PREFIX"d\n", getpid());
|
||||
sleep(60);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue