haproxy/include
Willy Tarreau 0e492e2ad0 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.
2019-04-15 21:55:48 +02:00
..
common BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7. 2019-04-15 21:16:24 +02:00
import
proto BUILD: address a few cases of "static <type> inline foo()" 2019-04-15 21:55:48 +02:00
types MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag. 2019-04-15 19:27:57 +02:00