On Sat, Aug 10, 2013 at 05:16:50PM +0200, Jeroen Hofstee wrote:

> gcc allows extensions to be non compiler specific by defining
> __* macros for the attributes supported by gcc. Having a
> different definition causes many warnings during the build
> (cdefs.h on FreeBSD uses __attribute((__pure__)) where u-boot
> uses __attribute__((pure)) for example). Do not redefine
> these macros to suppress these warnings.
> 
> This patch ignores the checkpatch warning:
> WARNING: __packed is preferred over __attribute__((packed))
> 
> Signed-off-by: Jeroen Hofstee <jer...@myspectrum.nl>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to