Re: Pointer not really an lvalue?
Re: Pointer not really an lvalue?
- Subject: Re: Pointer not really an lvalue?
- From: Greg Guerin <email@hidden>
- Date: Thu, 13 Jul 2006 11:03:35 -0700
Mark Wagner wrote:
>((char *)(block->blockPtr)) += mChunkSize; // <--- Warning here
The type-cast is the "not really an lvalue".
Is there some practical reason that blockPtr isn't declared char* instead
of void*?
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden