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

ruby-changes:20350

From: nobu <ko1@a...>
Date: Mon, 4 Jul 2011 15:52:47 +0900 (JST)
Subject: [ruby-changes:20350] nobu:r32398 (trunk): * thread_pthread.c (thread_start_func_1): suppress an unused variable.

nobu	2011-07-04 15:52:35 +0900 (Mon, 04 Jul 2011)

  New Revision: 32398

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

  Log:
    * thread_pthread.c (thread_start_func_1): suppress an unused variable.

  Modified files:
    trunk/thread_pthread.c

Index: thread_pthread.c
===================================================================
--- thread_pthread.c	(revision 32397)
+++ thread_pthread.c	(revision 32398)
@@ -618,7 +618,9 @@
 #endif
     {
 	rb_thread_t *th = th_ptr;
+#if !defined USE_NATIVE_THREAD_INIT
 	VALUE stack_start;
+#endif
 
 #if defined USE_NATIVE_THREAD_INIT
 	native_thread_init_stack(th);

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

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