Suppress warning on x64-mingw
This commit is contained in:
parent
50d85436f8
commit
26d674fdc7
2
gc.c
2
gc.c
@ -9390,7 +9390,7 @@ rb_memerror(void)
|
|||||||
|
|
||||||
if (0) {
|
if (0) {
|
||||||
// Print out pid, sleep, so you can attach debugger to see what went wrong:
|
// 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);
|
sleep(60);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user