Re: Compiler warnings on Debian 10 - Mailing list pgsql-general

From Tom Lane
Subject Re: Compiler warnings on Debian 10
Date
Msg-id 1484973.1613075622@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compiler warnings on Debian 10  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
Responses Re: Compiler warnings on Debian 10
List pgsql-general
"Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com> writes:
> "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com> writes:
>>> I was wondering if someone already has seen these warnings on Debian 10 (PostgreSQL 13.1):

>>> ../../../../src/include/port.h:176:70: warning: 'format' attribute argument not supported: gnu_printf
>>>        [-Wignored-attributes]

>> Huh.  What compiler are you using, exactly? 

> Nothing special. Configure and make log attached. The same procedure works fine on my local Debian 10.7.

Quite odd.  The configure output clearly shows that it thought gnu_printf
is fine:

checking for printf format archetype... gnu_printf

Possibly the corresponding section of config.log would provide more
insight.

            regards, tom lane



pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Problem with trigger function
Next
From: Brajendra Pratap
Date:
Subject: Re: Unable to execute Query in parallel for partitioned table