Warnings that won't go away
Warnings that won't go away
- Subject: Warnings that won't go away
- From: Tom Jones <email@hidden>
- Date: Wed, 30 Nov 2005 00:52:23 -0600
Here's some code from MyDocument.m
[[self playlist] insertObject:theItem inPlaylistItemsAtIndex: [[self
playlist] countOfPlaylistItems]];
I get two warnings on this line:
warning: no '-countOfPlaylistItems' method found
warning: no '-insertObject:inPlaylistItemsAtIndex:' method found
The code executes correctly, but how do I get rid of the warnings?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden