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

Silence flexelint


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2104 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 92f1c6e5
......@@ -89,7 +89,7 @@ http2shmlog(const struct http *hp, int t)
CHECK_OBJ_NOTNULL(hp, HTTP_MAGIC);
if (t > HTTP_HDR_FIRST)
t = HTTP_HDR_FIRST;
assert(hp->logtag >= HTTP_Rx && hp->logtag <= HTTP_Obj);
assert(hp->logtag >= HTTP_Rx && hp->logtag <= HTTP_Obj); /*lint !e685*/
assert(t >= HTTP_HDR_REQ && t <= HTTP_HDR_FIRST);
return (logmtx[hp->logtag][t]);
}
......
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