]> git.kaiwu.me - 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>
Fri, 17 Oct 2025 14:38:53 +0000 (16:38 +0200)
commit02607a97d5f12a51dfa17ed054108be233efcc44
tree2951790e759fbe402935ef72aa08295d9c0bc0f9
parent0807ebacc15df042597cfee34ca3079f301050f8
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