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

Cast the call to objc_msgSend to the adequate type #305

Merged
merged 1 commit into from
Jan 8, 2015

Conversation

champo
Copy link
Contributor

@champo champo commented Jan 8, 2015

The last update to LLVM made it necesary to cast objc_msgSend to the
desired type before using it (it takes no arguments in it's definition).
This in combination with changed build settings in CocoaPods 0.36 beta
caused Typhoon not to compile.

The last update to LLVM made it necesary to cast objc_msgSend to the
desired type before using it (it takes no arguments in it's definition).
This in combination with changed build settings in CocoaPods 0.36 beta
caused Typhoon not to compile.
jasperblues added a commit that referenced this pull request Jan 8, 2015
Cast the call to objc_msgSend to the adequate type
@jasperblues jasperblues merged commit c2acc96 into appsquickly:master Jan 8, 2015
@jasperblues
Copy link
Member

Thanks @champo . . we hadn't seen this yet.

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