Skip to content
  • Nobuyoshi Nakada's avatar
    4a2662ae
    [Bug #18890] Suppress warnings and fix the message · 4a2662ae
    Nobuyoshi Nakada authored
    ```
    test/ruby/test_parse.rb:1384: warning: assigned but unused variable - obj
    test/ruby/test_pattern_matching.rb:1162: warning: unused literal ignored
    test/ruby/test_pattern_matching.rb:1165: warning: unused literal ignored
    test/ruby/test_pattern_matching.rb:1161: warning: assigned but unused variable - a
    test/ruby/test_pattern_matching.rb:1164: warning: assigned but unused variable - b
    ```
    
    And a newline should be significant here.
    4a2662ae
    [Bug #18890] Suppress warnings and fix the message
    Nobuyoshi Nakada authored
    ```
    test/ruby/test_parse.rb:1384: warning: assigned but unused variable - obj
    test/ruby/test_pattern_matching.rb:1162: warning: unused literal ignored
    test/ruby/test_pattern_matching.rb:1165: warning: unused literal ignored
    test/ruby/test_pattern_matching.rb:1161: warning: assigned but unused variable - a
    test/ruby/test_pattern_matching.rb:1164: warning: assigned but unused variable - b
    ```
    
    And a newline should be significant here.
Loading