[master] 7944d8d Silence a new FlexeLint 9L false positive

Poul-Henning Kamp phk at FreeBSD.org
Mon Oct 27 10:28:13 CET 2014


commit 7944d8d1ccc89e7525b17286e974321471aef5d5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 27 09:27:50 2014 +0000

    Silence a new FlexeLint 9L false positive

diff --git a/include/vqueue.h b/include/vqueue.h
index a8b248d..fc9fb88 100644
--- a/include/vqueue.h
+++ b/include/vqueue.h
@@ -435,7 +435,7 @@ struct {								\
 	struct type *vtqe_next;	/* next element */			\
 	struct type **vtqe_prev;	/* address of previous next element */\
 	TRACEBUF							\
-}
+} /*lint -e(18) */
 
 /*
  * Tail queue functions.



More information about the varnish-commit mailing list