Re: [U-Boot-Users] [UPDATED][PATCH v2] Fix compile warnings in dlmalloc

2008-07-31 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The origional code was using on odd reference to get to the first > real element in av_[]. The first two elements of the array are > not used for actual bins, but for house keeping. If we are more > explicit about how use the first few elements we can g

[U-Boot-Users] [UPDATED][PATCH v2] Fix compile warnings in dlmalloc

2008-07-30 Thread Kumar Gala
The origional code was using on odd reference to get to the first real element in av_[]. The first two elements of the array are not used for actual bins, but for house keeping. If we are more explicit about how use the first few elements we can get rid of the warnings: dlmalloc.c: In function '