[master] eb8a2e976 Silence Flexelint

Nils Goroll nils.goroll at uplex.de
Sat Sep 28 12:10:05 UTC 2024


commit eb8a2e9762b797c7485aacca43034c8f996a5a23
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Sep 28 14:09:27 2024 +0200

    Silence Flexelint

diff --git a/bin/varnishtest/vtc_log.c b/bin/varnishtest/vtc_log.c
index 549ffdad8..bb126ec56 100644
--- a/bin/varnishtest/vtc_log.c
+++ b/bin/varnishtest/vtc_log.c
@@ -119,7 +119,7 @@ vtc_logfail(void)
 	else
 		exit(fail_out());
 
-	WRONG("unreachable"); /* Help Coverity Scan see noreturn. */
+	WRONG("unreachable"); /*lint !e527 Help Coverity Scan see noreturn. */
 }
 
 static const char * const lead[] = {


More information about the varnish-commit mailing list