From: Yukihiro Matsumoto Date: 2007-12-24T06:05:42+09:00 Subject: Re: [PATCH] more 1.9 warning fixes Hi, In message "Re: [PATCH] more 1.9 warning fixes" on Sun, 23 Dec 2007 17:10:11 +0900, Eric Hodel writes: |May I apply these patches? | |@sspi_enable is not initialized in lib/net/http.rb | |pos is shadowed in IRB::OutputFormat#foo, but I don't see where foo is |called at all, so I removed the method. If #foo is actually used, |removing 'pos = 0' would be sufficient. Yes. matz.