windows consolidated cleanup

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема windows consolidated cleanup
Дата
Msg-id 4DB3B546.9080508@dunslane.net
обсуждение исходный текст
Ответы Re: windows consolidated cleanup  (Andrew Chernow <ac@esilo.com>)
Re: windows consolidated cleanup  (Peter Eisentraut <peter_e@gmx.net>)
Re: windows consolidated cleanup  (Peter Eisentraut <peter_e@gmx.net>)
Re: windows consolidated cleanup  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The attached patch is intended to clean up a bunch of compiler warnings
seen on Windows due to mismatches of signedness or constness, unused
variables, redefined macros and a missing prototype.

It doesn't clean up all the warnings by any means, but it fixes quite a few.

One thing I'm a bit confused about is this type of warning:

       src\backend\utils\misc\guc-file.c(977): warning C4003: not enough actual parameters for macro 'GUC_yywrap'


If someone can suggest a good fix That would be nice.

cheers

andrew


Вложения

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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Extension Packaging
Следующее
От: Andrew Chernow
Дата:
Сообщение: Re: windows consolidated cleanup