Re: new compiler warnings - Mailing list pgsql-hackers

From Robert Haas
Subject Re: new compiler warnings
Date
Msg-id AANLkTin2s15aH-6yWVo627StFRmLcNK8jQ5LcRduavcm@mail.gmail.com
Whole thread Raw
In response to Re: new compiler warnings  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: new compiler warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Jan 26, 2011 at 4:20 PM, Peter Eisentraut <peter_e@gmx.net> wrote:
> On ons, 2011-01-26 at 06:33 -0500, Robert Haas wrote:
>> I recently started getting these:
>>
>> plpython.c: In function ‘PLy_output’:
>> plpython.c:3468: warning: format not a string literal and no format arguments
>> plpython.c: In function ‘PLy_elog’:
>> plpython.c:3620: warning: format not a string literal and no format arguments
>> plpython.c:3627: warning: format not a string literal and no format arguments
>>
>> Please fix.
>
> Which version of which compiler is showing this?

I got it on gcc version 4.2.1 (Apple Inc. build 5664)

I did not get it on Fedora 12, gcc version 4.4.4 20100630 (Red Hat
4.4.4-10) (GCC).

But I think I did get it on a recently-updated Fedora 13 box also, I
can check if it's important.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Richard Broersma
Date:
Subject: Re: [RRR] Seeking Mentors for Funded Reviewers
Next
From: Tom Lane
Date:
Subject: Re: .gitignore patch for coverage builds