Re: Compiler Warnings
Re: Compiler Warnings
- Subject: Re: Compiler Warnings
- From: King Chung Huang <email@hidden>
- Date: Sat, 28 Apr 2007 09:10:11 -0600
This should work:
static io_iterator_t gAddedIter = 0;
King Chung Huang
On 28-Apr-07, at 4:16 AM, David Wilson wrote:
Hello team...
For what ever reason, I have the following line of code....
static io_iterator_t gAddedIter = NULL;
It's giving the following compiler warning...
warning: initialization makes integer from pointer without a cast
What's the best way to fix this?
- David
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden