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

Two small changes to suppress compiler warnings #25

Merged
merged 3 commits into from Apr 4, 2012

Conversation

jkubicek
Copy link

@jkubicek jkubicek commented Apr 4, 2012

  1. Added a newline at the end of iRate.m
  2. Cast the returned id value from [NSLocale currentLocale]

@nicklockwood
Copy link
Owner

I don't really understand the purpose of either of these changes. Neither of these lines generate warnings in the example project.

@jkubicek
Copy link
Author

jkubicek commented Apr 4, 2012

I have the following warnings turned on:

Missing Newline at End of File
Strict Selector Matching

Based on this post and this script. It looks like Strict Selector Matching is no longer necessary though.

On Apr 4, 2012, at 12:23 PM, Nick Lockwood wrote:

I don't really understand the purpose of either of these changes. Neither of these lines generate warnings in the example project.


Reply to this email directly or view it on GitHub:
#25 (comment)

nicklockwood added a commit that referenced this pull request Apr 4, 2012
Two small changes to suppress compiler warnings
@nicklockwood nicklockwood merged commit a0b06ac into nicklockwood:master Apr 4, 2012
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.

None yet

2 participants