On 11 May 2026, at 19:21, Willy Tarreau <[email protected]> wrote:
>
> Hi,
>
> HAProxy 3.2.19 was released on 2026/05/11. It added 8 new commits
> after version 3.2.18.
>
Hello,
on FreeBSD it comes with the following (harmless) warning:
include/haproxy/compiler.h:551:9: warning: '__nonstring' macro redefined
[-Wmacro-redefined]
551 | #define __nonstring __attribute__ ((nonstring))
| ^
/usr/include/sys/cdefs.h:400:9: note: previous definition is here
400 | #define __nonstring __attribute__((__nonstring__))
| ^
1 warning generated.
FreeBSD clang version 21.1.8
JFYI.