because every other method using the selector
initWithData:options:error: uses that signature. Will I be
perpetually haunted by those warnings when I compile, or will I
have to switch to an unsigned int for options?
You need to declare the type of the object you're sending these
messages to. If you declare it as "id", you'll get warnings because
the compiler finds multiple signatures and doesn't know which one
applies.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden