Skip to content

Commit 6d2f93f

Browse files
nobumatzbot
authored andcommitted
[ruby/date] Suppress maybe-uninitialized warning by gcc-13
ruby/date@afaa4a997b
1 parent 9f024c2 commit 6d2f93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/date_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3974,7 +3974,7 @@ rt_complete_frags(VALUE klass, VALUE hash)
39743974
rb_gc_register_mark_object(tab);
39753975
}
39763976

3977-
k = Qnil;
3977+
k = a = Qnil;
39783978

39793979
{
39803980
long i, eno = 0;

0 commit comments

Comments
 (0)