Re: Compiler warnings on Debian 10

Поиск
Список
Период
Сортировка
От Daniel Westermann (DWE)
Тема Re: Compiler warnings on Debian 10
Дата
Msg-id GVAP278MB0424AF05C23F2C49669948AAD28C9@GVAP278MB0424.CHEP278.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Compiler warnings on Debian 10  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Compiler warnings on Debian 10  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
"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.

postgres@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
Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Compiler warnings on Debian 10
Следующее
От: "James B. Byrne"
Дата:
Сообщение: Problem with trigger function