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

Suppress unused variable warning #674

Merged
merged 1 commit into from
May 4, 2021

Conversation

pocke
Copy link
Member

@pocke pocke commented May 3, 2021

parser.y displays the following warning:

$ exe/rbs parse sig/ancestor_builder.rbs
parser.y:611: warning: assigned but unused variable - children

This patch suppresses the warning.

parser.y displays the following warning:

```bash
$ exe/rbs parse sig/ancestor_builder.rbs
parser.y:611: warning: assigned but unused variable - children
```

This patch suppresses the warning.
@pocke pocke force-pushed the Suppress_unused_variable_warning branch from cf81d1d to a2ce09d Compare May 3, 2021 09:15
Copy link
Member

@soutaro soutaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔪

@pocke pocke merged commit 4fb4c33 into ruby:master May 4, 2021
@pocke pocke deleted the Suppress_unused_variable_warning branch May 4, 2021 15:35
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