]> xenbits.xensource.com Git - xen.git/commitdiff
Fix lint in headers that are pulled into the Solaris tree.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 15:37:46 +0000 (16:37 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 15:37:46 +0000 (16:37 +0100)
Signed-off-by: Ryan Scott <ryan.scott@sun.com>
xen/include/public/io/xs_wire.h

index 103909351613f3aaac9097d63814048ac5e2f53d..f6a49ab6bf6546d40ba2643c115ed3bd6dfb044a 100644 (file)
@@ -61,6 +61,7 @@ struct xsd_errors
     const char *errstring;
 };
 #define XSD_ERROR(x) { x, #x }
+/* LINTED: static unused */
 static struct xsd_errors xsd_errors[]
 #if defined(__GNUC__)
 __attribute__((unused))