[7.4] cbadf102b Flexelinting

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Oct 23 17:18:08 UTC 2023


commit cbadf102bc7b1bd5d695ba27fe27dc6bc9bad526
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Oct 17 14:35:22 2023 +0000

    Flexelinting

diff --git a/bin/varnishd/http2/cache_http2.h b/bin/varnishd/http2/cache_http2.h
index 9457c99f2..65ea1d2df 100644
--- a/bin/varnishd/http2/cache_http2.h
+++ b/bin/varnishd/http2/cache_http2.h
@@ -49,6 +49,7 @@ struct h2_error_s {
 
 typedef const struct h2_error_s *h2_error;
 
+#define H2_CUSTOM_ERRORS
 #define H2EC1(U,v,r,d) extern const struct h2_error_s H2CE_##U[1];
 #define H2EC2(U,v,r,d) extern const struct h2_error_s H2SE_##U[1];
 #define H2EC3(U,v,r,d) H2EC1(U,v,r,d) H2EC2(U,v,r,d)


More information about the varnish-commit mailing list