From: Keir Fraser Date: Thu, 1 May 2008 15:37:46 +0000 (+0100) Subject: Fix lint in headers that are pulled into the Solaris tree. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14215^2~86 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e3b5e2b2aa8a64f6520876a310d040784f5f6bf;p=xen.git Fix lint in headers that are pulled into the Solaris tree. Signed-off-by: Ryan Scott --- diff --git a/xen/include/public/io/xs_wire.h b/xen/include/public/io/xs_wire.h index 1039093516..f6a49ab6bf 100644 --- a/xen/include/public/io/xs_wire.h +++ b/xen/include/public/io/xs_wire.h @@ -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))