> On 12 Sep 2021, at 13:06, Willy Tarreau <w...@1wt.eu> wrote:
> 
> Hi,
> 
> HAProxy 2.5-dev7 was released on 2021/09/12. It added 39 new commits
> after version 2.5-dev6.



Hello,

there is a new warning in -dev branch (on FreeBSD):

admin/halog/fgets2.c:38:30: warning: '__GLIBC__' is not defined, evaluates to 0 
[-Wundef]
#if defined(__x86_64__) &&  (__GLIBC__ > 2 || (__GLIBC__ == 2 && 
__GLIBC_MINOR__ >= 15))
                             ^
admin/halog/fgets2.c:38:48: warning: '__GLIBC__' is not defined, evaluates to 0 
[-Wundef]
#if defined(__x86_64__) &&  (__GLIBC__ > 2 || (__GLIBC__ == 2 && 
__GLIBC_MINOR__ >= 15))

Looks like Linux-specific condition.

Thanks.

Reply via email to