From 44638b2721a4a4458de6219183fced6066171627 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 16 Apr 2011 01:23:37 +0000 Subject: [PATCH] replace reduce with suppress git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 314dffd37b..108d6897ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ Sat Apr 16 10:18:30 2011 Kazuhiro NISHIYAMA Fri Apr 15 23:41:18 2011 Kazuhiro NISHIYAMA - * ruby.c (proc_options): reduce warning: + * ruby.c (proc_options): suppress warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is not defined. Fri Apr 15 15:10:29 2011 Akinori MUSHA @@ -72,7 +72,7 @@ Thu Apr 14 19:55:54 2011 KOSAKI Motohiro Thu Apr 14 16:01:45 2011 Kazuhiro NISHIYAMA - * io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined. + * io.c (rb_f_syscall): suppress warning: "HAVE___SYSCALL" is not defined. Thu Apr 14 00:41:09 2011 CHIKANAGA Tomoyuki