On 01/28/2011 05:34 PM, Tom Lane wrote:
Andrew Dunstan writes:
On 01/28/2011 03:11 PM, Tom Lane wrote:
Are any of them substantive, or are they all about %m ?
[andrew@aurelia ]$ grep 'warning.*format' frogmouth-make*.log | sed
's/.*warning:/warning:/' | sort | uniq -c
I'd say a lot of tho
On 01/28/2011 02:39 PM, Peter Eisentraut wrote:
On fre, 2011-01-28 at 14:12 -0500, Andrew Dunstan wrote:
We have had format warnings in mingw builds for years, and it doesn't
look like we're ever going to do anything about them. Can we just add
-Wno-format to the CFLAGS for Mingw and be done w
Andrew Dunstan writes:
> On 01/28/2011 03:11 PM, Tom Lane wrote:
>> Are any of them substantive, or are they all about %m ?
> [andrew@aurelia ]$ grep 'warning.*format' frogmouth-make*.log | sed
> 's/.*warning:/warning:/' | sort | uniq -c
I'd say a lot of those probably need attention. It migh
On 01/28/2011 03:11 PM, Tom Lane wrote:
Andrew Dunstan writes:
We have had format warnings in mingw builds for years, and it doesn't
look like we're ever going to do anything about them. Can we just add
-Wno-format to the CFLAGS for Mingw and be done with them?
Are any of them substantive, o
Andrew Dunstan writes:
> We have had format warnings in mingw builds for years, and it doesn't
> look like we're ever going to do anything about them. Can we just add
> -Wno-format to the CFLAGS for Mingw and be done with them?
Are any of them substantive, or are they all about %m ?
On fre, 2011-01-28 at 14:12 -0500, Andrew Dunstan wrote:
> We have had format warnings in mingw builds for years, and it doesn't
> look like we're ever going to do anything about them. Can we just add
> -Wno-format to the CFLAGS for Mingw and be done with them?
I wasn't aware of this issue, but
We have had format warnings in mingw builds for years, and it doesn't
look like we're ever going to do anything about them. Can we just add
-Wno-format to the CFLAGS for Mingw and be done with them?
cheers
andrew
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make