Re: [PATH] Get rid of very annoying header warnings on darwin

2003-09-12 Thread Nicholas Clark
On Fri, Sep 12, 2003 at 10:54:27PM +0100, Nicholas Clark wrote: > I think it's still fractionally broken, in that -Wno-format will > erase -Wformat-nonliteral A suitable anchor seemed to fix that. Nicholas Clark

Re: [PATH] Get rid of very annoying header warnings on darwin

2003-09-12 Thread Nicholas Clark
On Fri, Sep 12, 2003 at 12:57:45PM +0100, Arthur Bergman wrote: > > On Thursday, September 11, 2003, at 07:50 pm, Brent Dax wrote: > > > Arthur Bergman: > > # This gets rid of the very annoying long double might change warning > > # under Darwin... > > > > Thanks, applied (config/init/hints/darw

Re: [PATH] Get rid of very annoying header warnings on darwin

2003-09-12 Thread Arthur Bergman
On Thursday, September 11, 2003, at 07:50 pm, Brent Dax wrote: Arthur Bergman: # This gets rid of the very annoying long double might change warning # under Darwin... Thanks, applied (config/init/hints/darwin.pl version 1.7). However, can you see if the diff below my sig (applied against 1.7, no

RE: [PATH] Get rid of very annoying header warnings on darwin

2003-09-11 Thread Brent Dax
Arthur Bergman: # This gets rid of the very annoying long double might change warning # under Darwin... Thanks, applied (config/init/hints/darwin.pl version 1.7). However, can you see if the diff below my sig (applied against 1.7, not 1.6) works too? If so, it's probably a more appropriate place

[PATH] Get rid of very annoying header warnings on darwin

2003-09-11 Thread Arthur Bergman
Hi, This gets rid of the very annoying long double might change warning under darwin, the warning comes from my config.h which has typedef long double HUGEFLOATVAL; Arthur Index: config/init/hints/darwin.pl === RCS file: /cvs/publ