[master] e471a84 Silence Flexelint
Poul-Henning Kamp
phk at FreeBSD.org
Mon Mar 31 12:40:30 CEST 2014
commit e471a8469d02d53a8e7679b11961f179cfb70196
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Mar 31 10:39:58 2014 +0000
Silence Flexelint
diff --git a/include/tbl/acct_fields_bereq.h b/include/tbl/acct_fields_bereq.h
index 6454bad..7b28879 100644
--- a/include/tbl/acct_fields_bereq.h
+++ b/include/tbl/acct_fields_bereq.h
@@ -29,7 +29,9 @@
* These are the stats we keep track of per busyobj.
*/
+/*lint -save -e525 -e539 */
ACCT(bereq_hdrbytes)
ACCT(bereq_bodybytes)
ACCT(beresp_hdrbytes)
ACCT(beresp_bodybytes)
+/*lint -restore */
More information about the varnish-commit
mailing list