[libvirt] [PATCH 2/2] build: import latest gnulib, for mingw and syntax-check fixes

Eric Blake eblake at redhat.com
Tue Nov 29 21:48:47 UTC 2011


On 11/29/2011 06:53 AM, Eric Blake wrote:
> Gnulib has picked up our fixes for openpty on mingw.  It has
> also added support for a new gcc warning option,
> -Wunsuffixed-float-constants, which was pretty easy to silence
> (sometimes, using 'float' is more efficient than the default
> of 'double' that you get for an unsuffixed constant).

Upstream gnulib is debating this still; the only way to silence
-Wunsuffixed-float-constants is to use non-portable code (C99 requires
1.0F, but not 1.0D), so it will likely be pulled, rendering half of this
commit pointless.  I'll post a v2 once the upstream gnulib dust settles.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20111129/bab91db1/attachment-0001.sig>


More information about the libvir-list mailing list