summaryrefslogtreecommitdiff
path: root/test/lib/test
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-31 12:24:28 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-31 12:24:28 +0000
commite00ac16763a74db7a7bc3a0da4129c9f32029c98 (patch)
tree1dcc397846ae7ec8b721f3f62bee2411eedb025b /test/lib/test
parentf84ef81dad3c028fd0935605f56743d361074774 (diff)
* thread.c (rb_thread_atfork_internal): My compiler complains
about this variable being used before initialized. I looked at the code and expanded the macro and turned out it was actually USED for pointer arithmetic, not dereferenced. So this was never a serious bug. But is annoying indeed to see warnings every time. I added `=0` and all went healthy. * configure.in: Also, I found that the problematic macro expansion only happens when we lack __typeof__ C extension, which shall not be the case of my compiler. I added AC_CTYPEOF to kick ass. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/lib/test')
0 files changed, 0 insertions, 0 deletions