Re: [U-Boot-Users] help with warnings and gcc-4.3.0

2008-05-29 Thread Scott Wood
On Thu, May 29, 2008 at 11:31:28AM -0500, Kumar Gala wrote: > #define bin_at(i) ((mbinptr)((char*)&(av_[2*(i) + 2]) - 2*SIZE_SZ)) > #define next_bin(b)((mbinptr)((char*)(b) + 2 * sizeof(mbinptr))) > #define prev_bin(b)((mbinptr)((char*)(b) - 2 * sizeof(mbinptr))) > .. > > #define top

[U-Boot-Users] help with warnings and gcc-4.3.0

2008-05-29 Thread Kumar Gala
I'm building with a native ppc compiler (fedora 9 install) and I get: dlmalloc.c:2444: warning: dereferencing type-punned pointer will break strict-aliasing rules dlmalloc.c:2483: warning: dereferencing type-punned pointer will break strict-aliasing rules dlmalloc.c:2483: warning: dereferencin