diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-05-23 03:23:24 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-05-23 03:23:24 +0000 |
commit | cb2a99822e3260fa664a24d96841e21767b9f50b (patch) | |
tree | b7fe198ff8dbdc8396a2525fe97c4b6afbb60be1 /ChangeLog | |
parent | f00ec4fb386f44d84d750e841f2c240d0a14e968 (diff) |
* array.c (rb_ary_fill): suppress warnings: 'item' may be used
uninitialized in this function
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon May 23 12:21:18 2016 NARUSE, Yui <naruse@ruby-lang.org> + + * array.c (rb_ary_fill): suppress warnings: 'item' may be used + uninitialized in this function + Mon May 23 07:41:49 2016 Eric Wong <e@80x24.org> * dir.c (dir_close): update RDoc for 2.3 #close change |