Re: Compiler warnings on Debian 10

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Compiler warnings on Debian 10
Date: 2021-02-11 18:57:33
Message-ID: GVAP278MB0424AF05C23F2C49669948AAD28C9@GVAP278MB0424.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)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.

postgres(at)pg13:/home/postgres/postgresql-13.1/ [pg131] gcc --version
gcc (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

>Perhaps you used a different
>compiler when running configure (or are trying to re-use configure results
>from some other machine)?

No, definitely not, that was a fresh configure/make.

Regards
Daniel

Attachment Content-Type Size
make.log text/x-log 792.8 KB
configure.log text/x-log 39.6 KB
make_stdout.log text/x-log 38.6 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James B. Byrne 2021-02-11 19:47:06 Problem with trigger function
Previous Message Tom Lane 2021-02-11 17:16:02 Re: Compiler warnings on Debian 10