Greetings:
The following code:
CFDataRef faxMsgData = (NSData *)[[self.faxHistoryItemDict
objectForKey:@"msg"] dataUsingEncoding: NSUTF8StringEncoding];
CGDataProviderRef faxMsgDataRef =
CGDataProviderCreateWithCFData(faxMsgData);
gives me the following compiler warning:
...: "warning: initialization from incompatible pointer type"
I get the same warning with/without the (NSData *) cast.
What am I doing wrong?
Regards,
Ric.
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]