]> git.kaiwu.me - haproxy.git/commit
BUILD: h2: mark some inlined functions "unused"
authorWilly Tarreau <w@1wt.eu>
Mon, 20 Nov 2017 20:27:45 +0000 (21:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 Nov 2017 20:27:45 +0000 (21:27 +0100)
commit1f0946711414fa90e71d9525f373e9819f10f9dc
treec7499b1f159ce9f7d3f8f2bb58053ffdb701c706
parentdbd25fc75ad2e409c7347289d245e10521cc240a
BUILD: h2: mark some inlined functions "unused"

Clang complains that h2_get_n64() is not used, and a few other protocol
specific functions may fall in that category depending on how the code
evolves. Better mark them unused to silence the warning since it's on
purpose.
src/mux_h2.c