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

Rename variable to prevent warning #398

Merged
merged 1 commit into from
Feb 16, 2016

Conversation

jschmid
Copy link
Contributor

@jschmid jschmid commented Jan 12, 2016

Compiling the source outputs a warning (either with Xcode or Carthage)

CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m:2429:12: warning: declaration shadows a local variable [-Wshadow]

This PR simply renamed the variable to remove the warning.

chrisballinger added a commit that referenced this pull request Feb 16, 2016
Rename variable to prevent warning
@chrisballinger chrisballinger merged commit 883643a into robbiehanson:master Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants