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

These lines caused some annoying warnings... #17

Merged
merged 1 commit into from
Mar 8, 2012
Merged

These lines caused some annoying warnings... #17

merged 1 commit into from
Mar 8, 2012

Conversation

A-Zak
Copy link
Contributor

@A-Zak A-Zak commented Mar 8, 2012

specially when used with the parse framework... this should fix it... :)

Signed-off-by: Alex its.suicidal@gmail.com

specially when used with the parse framework... this should fix it... :)

Signed-off-by: Alex <its.suicidal@gmail.com>
@guicocoa
Copy link

guicocoa commented Mar 8, 2012

Interesting. All of those return id which should be able to respond to any message without a compiler warning. What warning were you getting and do you have any special compiler flags set?

@A-Zak
Copy link
Contributor Author

A-Zak commented Mar 8, 2012

I don't know of any special compiler flags... but this is the warning i'm getting:

Multiple methods named 'objectAtIndex:' found

the compiler says he's going to use NSArray's method, but he also found the same method in the PFObject class (Parse framework)...

@guicocoa
Copy link

guicocoa commented Mar 8, 2012

Oh it's when you use it in conjunction with another framework. Alright. Well a little more type safety never hurt anyone. Thanks for the contribution!

guicocoa pushed a commit that referenced this pull request Mar 8, 2012
These lines caused some annoying warnings...
@guicocoa guicocoa merged commit 50d4f00 into airbrake:master Mar 8, 2012
@A-Zak
Copy link
Contributor Author

A-Zak commented Mar 8, 2012

Any time... :)

On Mar 08, 2012, at 17:58 , Caleb Davenport wrote:

Oh it's when you use it in conjunction with another framework. Alright. Well a little more type safety never hurt anyone. Thanks for the contribution!


Reply to this email directly or view it on GitHub:
https://github.com/guicocoa/hoptoad-ios/pull/17#issuecomment-4393908

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