Skip navigation.
 
mlRe: Compiler Warnings
FROM : King Chung Huang
DATE : Sat Apr 28 17:10:11 2007

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_removed>)
>
> 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/king.<email_removed>
>
> This email sent to king.<email_removed>

Related mailsAuthorDate
mlCompiler Warnings David Wilson Apr 28, 12:16
mlRe: Compiler Warnings King Chung Huang Apr 28, 17:10