Re: C99 compliance for src/port/snprintf.c

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: C99 compliance for src/port/snprintf.c
Дата
Msg-id 20180816123050.2hk6ppwe2ij3dxpg@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: C99 compliance for src/port/snprintf.c  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: C99 compliance for src/port/snprintf.c
Список pgsql-hackers
Hi,

On 2018-08-16 14:26:07 +0200, Peter Eisentraut wrote:
> On 16/08/2018 13:18, Andres Freund wrote:
> >   checking for ccache gcc option to accept ISO C99... unsupported
> > 
> >   I suspect that's because of the '-ansi' flag in CFLAGS, not because
> >   the compiler is incapable of actually supporting C99.
> 
> -ansi is equivalent to -std=c90.  If we make the switch, the build farm
> configuration should just probably replace -ansi with -std=c99.

Right. I just hadn't checked the addition of -std=c99 doesn't override
the -ansi. Presumably just an ordering thing.

Greetings,

Andres Freund


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: C99 compliance for src/port/snprintf.c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: C99 compliance for src/port/snprintf.c