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

* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,

lib/irb/cmd/fork.rb, lib/mutex_m.rb,
  lib/shell/process-controller.rb, lib/sync.rb, object.c: 
  suppress warnings patched by Benoit Daloze at [ruby-core:30366].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-05-23 08:48:44 +00:00
parent 39f09ca13f
commit b4f1eaa493
8 changed files with 13 additions and 8 deletions

View file

@ -23,7 +23,7 @@ class Shell
@BlockOutputMonitor = Mutex.new
@BlockOutputCV = ConditionVariable.new
class<<self
class << self
extend Forwardable
def_delegator("@ProcessControllersMonitor",