Commit f70bc74b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelint silencing



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3036 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent da70a1e7
......@@ -680,6 +680,7 @@ smf_trim(const struct storage *s, size_t size)
/*--------------------------------------------------------------------*/
/*lint -e{818} not const-able */
static void
smf_free(struct storage *s)
{
......
......@@ -85,6 +85,7 @@ sma_alloc(struct stevedore *st, size_t size)
return (&sma->s);
}
/*lint -e{818} not const-able */
static void
sma_free(struct storage *s)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment