Skip to content

Fix some MRI 2.2.2 warnings #373

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

Merged
merged 1 commit into from
Jul 20, 2015

Conversation

repinel
Copy link
Contributor

@repinel repinel commented Jul 20, 2015

lib/concurrent/atomic/atomic_fixnum.rb:84: warning: `-' after local variable or literal is interpreted as binary operator
lib/concurrent/atomic/atomic_fixnum.rb:84: warning: even though it seems like unary operator
lib/concurrent/atomic/read_write_lock.rb:195: warning: shadowing outer local variable - c'`

```
lib/concurrent/atomic/atomic_fixnum.rb:84: warning: `-' after local
variable or literal is interpreted as binary operator
lib/concurrent/atomic/atomic_fixnum.rb:84: warning: even though it seems
like unary operator
lib/concurrent/atomic/read_write_lock.rb:195: warning: shadowing outer
local variable - c'`
```
@pitr-ch pitr-ch added the enhancement Adding features, adding tests, improving documentation. label Jul 20, 2015
@pitr-ch pitr-ch added this to the 0.9.1 Release milestone Jul 20, 2015
@pitr-ch
Copy link
Member

pitr-ch commented Jul 20, 2015

Thank you! Merging.

pitr-ch pushed a commit that referenced this pull request Jul 20, 2015
@pitr-ch pitr-ch merged commit faa76ae into ruby-concurrency:master Jul 20, 2015
@repinel repinel deleted the fix-mri-warnings branch July 21, 2015 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding features, adding tests, improving documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants