]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: address a few cases of "static <type> inline foo()"
authorWilly Tarreau <w@1wt.eu>
Mon, 15 Apr 2019 19:25:03 +0000 (21:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 15 Apr 2019 19:55:48 +0000 (21:55 +0200)
commit0e492e2ad01528f24859992e48b543e0a6b4b3e7
tree3db34d938429eae97a52f06fed40c19bcd37951e
parent3212a2c438643d5b6408d13d767adab8f8eae32a
BUILD: address a few cases of "static <type> inline foo()"

Older compilers don't like to see "inline" placed after the type in a
function declaration, it must be "static inline <type>" only. This
patch touches various areas. The warnings were seen with gcc-3.4.
include/proto/backend.h
include/proto/proxy.h
include/proto/server.h
include/proto/stream.h
src/pipe.c
src/server.c
src/ssl_sock.c