Re: patch to fix unused variable warning on windows build

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: patch to fix unused variable warning on windows build
Дата
Msg-id 1384342350.15453.0.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на patch to fix unused variable warning on windows build  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
On Thu, 2013-11-07 at 19:13 +1300, David Rowley wrote:
> Attached is a small patch which fixes the unused variable warning in
> the visual studios build. Seems like VS does not
> support  __attribute__((unused)) but looks like all other places we
> must assign to the variable.
> 
committed





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

Предыдущее
От: Jeremy Harris
Дата:
Сообщение: Re: Fast insertion indexes: why no developments
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [PATCH] Report exit code from external recovery commands properly