]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: traces: set a few __maybe_unused on vars used only for traces
authorWilly Tarreau <w@1wt.eu>
Wed, 20 May 2026 07:34:26 +0000 (09:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 May 2026 09:46:43 +0000 (11:46 +0200)
commit8dd31dcd07b79ac9bea6bc222e497bd5fc7ed76a
treec575d9b6cd63ad02cb451d56b7187b12b335e8be
parentf521581922b0ca4b4f322b3fe1e337324063b757
BUILD: traces: set a few __maybe_unused on vars used only for traces

Certain variables are used only for traces in mux, ssl and quic
essentially, and disabling traces emits warnings, so let's mark
them appropriately.
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_spop.c
src/quic_ssl.c
src/quic_tls.c
src/ssl_clienthello.c