Bruno Haible wrote:
> Hi Jim,
>
>> * lib/inttostr.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
I find it useful.
> In other words, the effort to get rid of the warning is too high.
> Then why use the warning at all?
I prefer not to disable the warning project-wide.
when I can easily ig
On Mon, Jan 12, 2009 at 06:55:17AM -0700, Eric Blake wrote:
> According to Eric Blake on 1/9/2009 7:50 PM:
> > But so far, I've discovered this
> > about -0.0L on Irix 6.2:
> >
> > With 'cc -n32', LDBL_MIN is a compile-time constant; but with 'gcc', I get
> > an error when trying to use it to init
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 1/9/2009 7:50 PM:
> But so far, I've discovered this
> about -0.0L on Irix 6.2:
>
> With 'cc -n32', LDBL_MIN is a compile-time constant; but with 'gcc', I get
> an error when trying to use it to initialize a global variable