Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Ruby 2.5 warnings in tests #543

Merged
merged 1 commit into from
Oct 17, 2017
Merged

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Oct 16, 2017

This Pull Reuest removes Ruby 2.5 warnings in tests below:

/path/to/rdoc/test/test_rdoc_encoding.rb:148: warning: assigned but unused variable - expected
/path/to/rdoc/test/test_rdoc_parser_c.rb:639: warning: assigned but unused variable - klass
/path/to/rdoc/test/test_rdoc_parser_c.rb:661: warning: assigned but unused variable - klass
/path/to/rdoc/test/test_rdoc_parser_c.rb:683: warning: assigned but unused variable - klass
/path/to/rdoc/test/test_rdoc_require.rb:15: warning: assigned but unused variable - req

@hsbt hsbt merged commit 56dcdc9 into ruby:master Oct 17, 2017
@aycabta aycabta deleted the fix-for-ruby25-warning branch October 17, 2017 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants