[master] 3cd659685 varnishtest: Flexelint silencing was missing a wildcard

Nils Goroll nils.goroll at uplex.de
Sat Feb 22 08:53:08 UTC 2025


commit 3cd65968591aee010e7c63df10a64382b7c5d9c7
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Feb 22 09:51:46 2025 +0100

    varnishtest: Flexelint silencing was missing a wildcard

diff --git a/bin/varnishtest/vtc_proxy.c b/bin/varnishtest/vtc_proxy.c
index 351d6c59f..14029671c 100644
--- a/bin/varnishtest/vtc_proxy.c
+++ b/bin/varnishtest/vtc_proxy.c
@@ -50,7 +50,7 @@ static const char vpx2_sig[] = {
 	'Q', 'U', 'I', 'T', '\n',
 };
 
-//lint -emacro(750, PP2_)
+//lint -emacro(750, PP2_*)
 #define PP2_TYPE_ALPN           0x01
 #define PP2_TYPE_AUTHORITY      0x02
 #define PP2_TYPE_CRC32C         0x03


More information about the varnish-commit mailing list