1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-23 19:42:08 +02:00
Files
u-boot-megous/include/linux
Jeroen Hofstee 7ea50d5284 compiler_gcc: do not redefine __gnu_attributes
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 <jeroen@myspectrum.nl>
2013-09-06 13:09:07 -04:00
..
2011-10-01 21:56:20 +02:00
2000-08-21 15:05:47 +00:00
2011-01-18 23:38:08 +01:00
2011-10-17 22:25:34 +02:00
2010-05-06 00:17:01 +02:00
2010-10-27 22:48:30 +02:00
2010-05-06 00:17:01 +02:00
2010-05-06 00:17:01 +02:00
2010-10-27 22:48:30 +02:00
2008-09-13 02:23:05 +02:00
2009-12-05 01:30:23 +01:00
2011-09-11 21:24:09 +02:00
2008-08-31 04:24:51 +02:00
2001-04-28 17:59:11 +00:00
2013-05-31 17:12:03 -05:00
2012-10-15 11:53:47 -07:00
2002-03-08 21:31:05 +00:00
2013-04-01 16:33:52 -04:00