On Friday 25 April 2008 10:49:19 Andy Dougherty wrote:
> Ok. Fixed. This version avoids both type-punning and cast alignment
> warnings by declaring the 'data' element of a Stack_Chunk_t to be
> of type Stack_Entry_t, since that's the only way it is ever used,
> at least as far as I could tell.
On Thu, 24 Apr 2008, Andy Dougherty wrote:
> On Wed, 23 Apr 2008, Andy Dougherty wrote:
>
> > 2. There are some casting and type-punning warnings that have, as their
> > ultimate cause, the STACK_DATAP() macro. Getting rid of the
> > type-punning warning gives rise to a cast alignment warning.