]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: peers: Mark ctrl_msg_type_str() function as maybe unused
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 15 Oct 2025 07:50:13 +0000 (09:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Oct 2025 13:11:54 +0000 (15:11 +0200)
commit2757131177673ae8fc2f4ed732e5a248f5de3dc7
treecda1bce26518e717d473f4c5f270e1abbd2091a8
parent354c91059c84373770d4aeb47d19ea455c0f7a17
BUILD: peers: Mark ctrl_msg_type_str() function as maybe unused

Since recent changes, this function is now unused but it could be good to
keep it. So mark it as maybe unused to avoid compilation warnings.
src/peers.c