Selectively silence JRuby warnings
Posted
by makenai
on Stack Overflow
See other posts from Stack Overflow
or by makenai
Published on 2010-05-21T01:10:02Z
Indexed on
2010/05/21
2:20 UTC
Read the original article
Hit count: 373
I'm using the ruby-mysql library under JRuby and get the following warnings:
/mysql/protocol.rb:530 warning: GC.disable does nothing on JRuby
Is there any way to get JRuby to stop complaining about this?
© Stack Overflow or respective owner