haproxy/include
Willy Tarreau 8de1df92a3 BUILD: do not specify "const" on functions returning structs or scalars
Older compilers (like gcc-3.4) warn about the use of "const" on functions
returning a struct, which makes sense since the return may only be copied :

  include/common/htx.h:233: warning: type qualifiers ignored on function return type

Let's simply drop "const" here.
2019-04-15 21:55:48 +02:00
..
common BUILD: do not specify "const" on functions returning structs or scalars 2019-04-15 21:55:48 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
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