[ruby-cvs:78783] a84ad24386 (master): Added -W: command line option

"Nobuyoshi Nakada" <[email protected]> Fri, 20 Dec 2019 23:19:02 +0900 (JST)
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
Nobuyoshi Nakada	2019-12-20 23:05:22 +0900 (Fri, 20 Dec 2019)

  New Revision: a84ad24386

  https://github.com/ruby/ruby/commit/a84ad24386

  Log:
    Added -W: command line option
    
    To manage `Warning[category]` flags.  Only `-W:deprecated` and
    `-W:no-deprecated` are available now.  [Feature #16345]

  Modified files:
    error.c
    ruby.c
    test/ruby/test_rubyoptions.rb