1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* thread.c (Init_Thread): no need to suppress warning for

ruby_thread_set_native anymore.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-06-07 18:30:35 +00:00
parent 88eb029a2c
commit f5534ad5b4
2 changed files with 2 additions and 3 deletions

View file

@ -4253,7 +4253,6 @@ Init_Thread(void)
rb_thread_create_timer_thread();
(void)native_mutex_trylock;
(void)ruby_thread_set_native;
}
int

View file

@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.3"
#define RUBY_RELEASE_DATE "2010-06-06"
#define RUBY_RELEASE_DATE "2010-06-08"
#define RUBY_PATCHLEVEL -1
#define RUBY_BRANCH_NAME "trunk"
@ -8,7 +8,7 @@
#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2010
#define RUBY_RELEASE_MONTH 6
#define RUBY_RELEASE_DAY 6
#define RUBY_RELEASE_DAY 8
#include "ruby/version.h"