BUILD: pools: fix build error on clang with inline vs forceinline
authorWilly Tarreau <w@1wt.eu>
Sat, 12 Aug 2023 17:58:17 +0000 (19:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Aug 2023 17:58:17 +0000 (19:58 +0200)
commit2d18717fb808441e3214cc50409fe358ea67497c
tree36f0bdc266707ebeb99f8f2f09b813d3092a30ba
parent29eed99b50cab02fa60dc799c932fe6b78690c02
BUILD: pools: fix build error on clang with inline vs forceinline

clang is more picky than gcc regarding duplicate "inline". The functions
declared with "forceinline" don't need to have "inline" since it's already
in the macro.
src/pool.c