Re: Synchronize with imath upstream

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: Synchronize with imath upstream
Дата
Msg-id 87y36x76r7.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Synchronize with imath upstream  (Noah Misch <noah@leadboat.com>)
Ответы Re: Synchronize with imath upstream  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
>>>>> "Noah" == Noah Misch <noah@leadboat.com> writes:

 Noah> If the compiler supports -Wdeclaration-after-statement, I add
 Noah> -Wno-declaration-after-statement for imath.c.

I found it much simpler to strip out -Wdeclaration-after-statement
instead:

$(RYU_OBJS): override CFLAGS := $(filter-out -Wdeclaration-after-statement,$(CFLAGS))

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: Ryu floating point output patch
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Synchronize with imath upstream