mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Suppress warnings by gcc-13 with -Og
This commit is contained in:
parent
0e0008da0f
commit
edaa27ce45
4 changed files with 6 additions and 4 deletions
|
@ -4122,7 +4122,7 @@ rb_fork_ruby(int *status)
|
|||
{
|
||||
struct rb_process_status child = {.status = 0};
|
||||
rb_pid_t pid;
|
||||
int try_gc = 1, err;
|
||||
int try_gc = 1, err = 0;
|
||||
struct child_handler_disabler_state old;
|
||||
|
||||
do {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue