From 9e564f8d0dc0afd93ce4efdfbf19b4097a693d72 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 10 Jun 2008 03:58:09 +0000 Subject: * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ef698b60..bc78575cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 10 12:58:07 2008 Nobuyoshi Nakada + + * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings. + Tue Jun 10 12:43:19 2008 Nobuyoshi Nakada * include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression. -- cgit