Dear Mark Jackson,

In message <497ef15a.6050...@mimc.co.uk> you wrote:
> The current bmp routines support gzipped files, but compilation fails (under 
> AVR32) due to the gunzip_bmp() function being defined as static.
> 
> This patch fixes this problem.
> 
> Signed-off-by: Mark Jackson <m...@mimc.co.uk>

As mentioned before: if you make this function publicly visible, then
please also add a prototype declaration for it (and get  rid  of  any
private "external ..." declararions elsewhere).

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
"The greatest warriors are the ones who fight for peace."
- Holly Near
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to