From 2c70ebe2b8634d1984f3ccf975f36f3b53a30a3f Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 12 Mar 2009 13:44:37 +0000 Subject: * ext/openssl: suppress warnings. * ext/openssl/ossl.h (OSSL_Debug): don't use gcc extention for variadic macro. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2beab2d9..ee5bd5b8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Mar 12 22:41:41 2009 Tanaka Akira + + * ext/openssl: suppress warnings. + + * ext/openssl/ossl.h (OSSL_Debug): don't use gcc extention for + variadic macro. + Thu Mar 12 22:29:36 2009 NAKAMURA Usaku * win32/Makefile.sub (WARNFLAGS): warning 4996 is only in VC++8 or -- cgit