From 98c8994d2c52870e7bb7ef47953ea6d3a693cb81 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 19 Jul 2008 12:03:16 +0000 Subject: [PATCH] Explain to FlexeLint that _storage is not referenced. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2966 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvarnish/vss.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/varnish-cache/lib/libvarnish/vss.c b/varnish-cache/lib/libvarnish/vss.c index 177983b5..a3de4d41 100644 --- a/varnish-cache/lib/libvarnish/vss.c +++ b/varnish-cache/lib/libvarnish/vss.c @@ -66,6 +66,8 @@ struct vss_addr { } va_addr; }; +/*lint -esym(754, _storage) not ref */ + /* * Take a string provided by the user and break it up into address and * port parts. Examples of acceptable input include: -- 2.39.5