Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast the call to objc_msgSend to the adequate type
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.
- Loading branch information