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

Signedness tweaks #1

Closed
wants to merge 2 commits into from

Conversation

kastiglione
Copy link
Contributor

Fishhook is awesome, thanks for sharing with everyone!

ReactiveCocoa uses DYLD interposing on OS X to capture asynchronous backtraces, and now with fishhook the same can be done on iOS.

When I integrated fishhook into ReactiveCocoa, a few signed conversion and comparison warnings were reported, but since RAC uses -Werror, they become errors.

If you're interested, here are the changes I made to remedy the signed conversion and signed comparison warnings.

@kastiglione
Copy link
Contributor Author

A note about 3b37d71, the commit message is misleading, it's not casting, just retyping. I can fix the commit message if desired.

@0xced
Copy link

0xced commented Dec 11, 2013

This is apparently addressed by 823e2eb.

@kastiglione
Copy link
Contributor Author

Thanks @0xced, closed.

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