Hi Dmitry, On Mon, May 11, 2026 at 10:47:36PM +0300, Dmitry Sivachenko wrote: > 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
Interesting, what was the last haproxy version that didn't cause this warning ? Because the last version changed very little in theory so I don't see what could cause a change of includes for example. We'll have to address it anyway, but I'm just suprised by the change. thanks! Willy

