debuggers.hg
changeset 17594:8ccaf43782bd
Fix lint in headers that are pulled into the Solaris tree.
Signed-off-by: Ryan Scott <ryan.scott@sun.com>
Signed-off-by: Ryan Scott <ryan.scott@sun.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu May 01 16:37:46 2008 +0100 (2008-05-01) |
parents | ac0900c43fd7 |
children | 64f790e90d3d |
files | xen/include/public/io/xs_wire.h |
line diff
1.1 --- a/xen/include/public/io/xs_wire.h Thu May 01 16:37:28 2008 +0100 1.2 +++ b/xen/include/public/io/xs_wire.h Thu May 01 16:37:46 2008 +0100 1.3 @@ -61,6 +61,7 @@ struct xsd_errors 1.4 const char *errstring; 1.5 }; 1.6 #define XSD_ERROR(x) { x, #x } 1.7 +/* LINTED: static unused */ 1.8 static struct xsd_errors xsd_errors[] 1.9 #if defined(__GNUC__) 1.10 __attribute__((unused))