From 1a2524677e09b5f36e1cc01ebc0a29e0af9060be Mon Sep 17 00:00:00 2001 From: ocean Date: Thu, 20 Jan 2005 15:39:22 +0000 Subject: * ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warning "local variable 'size' used without having been initialized". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5237ce5f0..a7a41f4a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 21 00:37:09 2005 Hirokazu Yamamoto + + * ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warning + "local variable 'size' used without having been initialized". + Wed Jan 19 18:02:19 2005 NAKAMURA Usaku * lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases. -- cgit