mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Fix warning in rb_file_s_basename
file.c:5053:16: warning: `f` may be used uninitialized [-Wmaybe-uninitialized]
5053 | if (!(f = rmext(p, f, n, fp, RSTRING_LEN(fext), enc))) {
| ^
This commit is contained in:
parent
a00cc983dd
commit
8f9aade9be
Notes:
git
2026-01-25 02:31:37 +00:00