compiler: Suppress sparse complaints about function attributes.
authorBen Pfaff <blp@nicira.com>
Fri, 6 May 2011 18:34:59 +0000 (11:34 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 16 May 2011 20:40:47 +0000 (13:40 -0700)
commit2932bd0512422ca9540a9a99c57c3a7f60d22df0
treecee23a78170ace4c95bb2d8d1f6e857e3fd76393
parentd84d4b88d26e3f37ce24f1d3eebe0d70ef264f73
compiler: Suppress sparse complaints about function attributes.

GCC allows __attribute__s to be included in function prototypes and
then omitted later on the function definition, but sparse complains about
this.  Furthermore, sparse doesn't like the placement of the __attribute__s
that we tend to use in OVS.

I don't see any value in "fixing" these to suit sparse so it seems better
to just omit them.
lib/compiler.h