[前][次][番号順一覧][スレッド一覧]

ruby-changes:21622

From: nobu <ko1@a...>
Date: Tue, 8 Nov 2011 18:03:08 +0900 (JST)
Subject: [ruby-changes:21622] nobu:r33671 (trunk): * ext/-test-/old_thread_select/extconf.rb: ignore deprecated

nobu	2011-11-08 18:02:59 +0900 (Tue, 08 Nov 2011)

  New Revision: 33671

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33671

  Log:
    * ext/-test-/old_thread_select/extconf.rb: ignore deprecated
      declaration warnings.

  Modified files:
    trunk/ext/-test-/old_thread_select/extconf.rb

Index: ext/-test-/old_thread_select/extconf.rb
===================================================================
--- ext/-test-/old_thread_select/extconf.rb	(revision 33670)
+++ ext/-test-/old_thread_select/extconf.rb	(revision 33671)
@@ -1 +1,4 @@
+$warnflags = "-Wno-deprecated-declarations"
+$warnflags = "" unless try_compile("", $warnflags)
+
 create_makefile("-test-/old_thread_select/old_thread_select")

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]