Re: Regression in ffs() detection on mingw

2018-07-16 Thread Bruno Haible
Hi, Daniel P. Berrangé wrote: > Since doing that we see failure to build on mingw32/64 platforms due > to missing ffs() function > > util/virrandom.c: In function 'virRandomInt': > util/virrandom.c:102:30: error: implicit declaration of function 'ffs' > [-Werror=implicit-function-declaration

Regression in ffs() detection on mingw

2018-07-16 Thread Daniel P . Berrangé
Libvirt just updated to gnulib 5b78831df03b49408676227604cf16f90dee07ac, from our previous snapshot d6397dde2e127e246e3eeb5254a21f42cac783c8. Since doing that we see failure to build on mingw32/64 platforms due to missing ffs() function util/virrandom.c: In function 'virRandomInt': util/virra