[libvirt] [PATCHv2 2/6] build: silence some compiler warnings from gnulib

2012-01-19 Thread Eric Blake
Gnulib claims that there are some classes of warnings that are worth enabling during development, but where silencing those warnings causes code bloat that is not necessary in an optimized build. The code bloat to silence the warnings is only enabled by -Dlint. Follow the lead of coreutils in

Re: [libvirt] [PATCHv2 2/6] build: silence some compiler warnings from gnulib

2012-01-19 Thread Daniel P. Berrange
On Thu, Jan 19, 2012 at 11:44:42AM -0700, Eric Blake wrote: Gnulib claims that there are some classes of warnings that are worth enabling during development, but where silencing those warnings causes code bloat that is not necessary in an optimized build. The code bloat to silence the