Commit 1537c213 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Quench a flexelint warning.

parent 4127a37a
......@@ -79,6 +79,7 @@ vcc_vcl_met2c(struct vsb *vsb, unsigned method)
{
int d = 0;
//lint -e{774} Boolean within 'if' always evaluates to False
#define VCL_MET_MAC(l,U,t,b) \
if (method & VCL_MET_##U) { \
if (d) \
......
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