Re: mingw format warnings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: mingw format warnings
Date: 2011-01-28 20:11:00
Message-ID: 24437.1296245460@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> 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 ?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2011-01-28 20:28:55 Re: WIP: RangeTypes
Previous Message Tom Lane 2011-01-28 20:08:44 Re: FPI