From: Martin Hansen Date: 2011-11-09T18:25:12+09:00 Subject: Re: Compiling Ruby Inline C code - resolving errors OK, it works now. However, I still get a warning: warning: implicit conversion shortens 64-bit value into a 32-bit value The offending line is return (s - ss) - 1; where I expect an int. How to make this portable? And I'd like to contribute with suggestions and ideas. Where is the best place? Github, rubyforge, a mailing list? Many thanks! Martin -- Posted via http://www.ruby-forum.com/.