From a38517d54cb71e74fa20d5bb5ebd91087fe50677 Mon Sep 17 00:00:00 2001 From: shugo Date: Fri, 8 Jan 2016 00:38:40 +0000 Subject: * iseq.c (rb_iseq_compile_with_option): move variable initialization code to avoid maybe-uninitialized warnings by gcc 4.8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec14626ce3..79971bf921 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 8 09:33:59 2016 Shugo Maeda + + * iseq.c (rb_iseq_compile_with_option): move variable initialization + code to avoid maybe-uninitialized warnings by gcc 4.8. + Fri Jan 8 00:03:22 2016 Shugo Maeda * enum.c (enum_min, enum_max): do the same optimization as r53454. -- cgit v1.2.3