bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] inttostr: simplify by removing unnecessary redundancy


From: Eric Blake
Subject: Re: [PATCH] inttostr: simplify by removing unnecessary redundancy
Date: Fri, 22 Oct 2010 14:31:39 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Mnenhy/0.8.3 Thunderbird/3.1.4

On 10/22/2010 02:12 PM, Paul Eggert wrote:
On 10/22/10 12:58, Jim Meyering wrote:
Toeing the line in this case is counterproductive.
How about sticking with your improvement and instead
using this pragma in that file?

# pragma GCC diagnostic ignored "-Wtype-limits"

Hmm, Eric removed that line about a year ago,
complaining that it didn't work for older GCC.  See:

http://lists.gnu.org/archive/html/bug-gnulib/2009-10/msg00342.html

Interesting. I may have been testing on cygwin when I wrote that mail, which was at gcc 3.4.4 at the time (it's now at 4.3.4, and soon to be at 4.5.0). In which case that's no longer a relevant platform to be worrying about.


Eric, is it OK for us to put this back in now?  I guess the
price will be noisy compiles for people who use
older gcc versions and -Wtype-limits.  For which our response
would be "either upgrade GCC, or don't use -Wtype-limits".

Or, "either upgrade GCC, or don't use ./configure --enable-gcc-warnings, or use CFLAGS=-Wno-error". Yes, I can live with re-adding that pragma.

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]