devtools: check use of compiler attributes
authorThomas Monjalon <thomas@monjalon.net>
Mon, 10 Feb 2020 16:00:32 +0000 (17:00 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 16 Apr 2020 16:30:58 +0000 (18:30 +0200)
commit2d20636989c8935efa36bf03cb18645c2460d7b5
tree73d0a2622cc8e52d942bc0a8ebe12fd81d3842f3
parentddcd7640ca48a13ac211f356495ec894651b87b4
devtools: check use of compiler attributes

The keyword __attribute__ will emit a warning,
because it is preferred to use or define a common __rte macro.
The centralized macros may help to control or workaround some compilers.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/checkpatches.sh