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
|
@ -2248,6 +2248,8 @@ iterate_over_shapes_with_callback(rb_shape_t *shape, rb_ivar_foreach_callback_fu
|
|||
}
|
||||
}
|
||||
return false;
|
||||
default:
|
||||
UNREACHABLE_RETURN(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue