[master] 96430d192 flexelint params.h

Nils Goroll nils.goroll at uplex.de
Wed Nov 18 14:35:08 UTC 2020


commit 96430d192d56e104de21c0f6d6db0240500779a1
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Nov 18 15:11:41 2020 +0100

    flexelint params.h
    
    we do want to use FLAGX | FLAGY even if zero for clarity
    
    error:
    
    Info 835: A zero has been given as right argument to operator '|'

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 51ad42456..af751fdf2 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -34,7 +34,7 @@
  * ...: struct parspec fields, except the non-const string fields
  */
 
-/*lint -save -e525 -e539 */
+/*lint -save -e525 -e539 -e835 */
 
 /*--------------------------------------------------------------------
  *  * Simple parameters


More information about the varnish-commit mailing list