Suppress warning on x64-mingw

This commit is contained in:
Nobuyoshi Nakada 2019-07-11 11:58:35 +09:00
parent 50d85436f8
commit 26d674fdc7
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

2
gc.c
View File

@ -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);
}