Re: Questions about warnings

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Questions about warnings
Дата
Msg-id Pine.LNX.4.58.0701260020270.3382@linuxworld.com.au
обсуждение исходный текст
Ответ на Questions about warnings  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Questions about warnings  (Magnus Hagander <magnus@hagander.net>)
Re: Questions about warnings  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Thu, 25 Jan 2007, Magnus Hagander wrote:

> I'm looking over the VC build trying to eliminate what warnings are
> left. One thing that appears in a couple of places is stuff like:
>
> .\src\bin\psql\print.c(2014): warning C4090: 'function' : different
> 'const' qualifiers

Seems like other projects have encountered this problem. Looks like a
simple type difference. Casting to (void *) should fix it.

http://mirror.ethereal.com/lists/ethereal-dev/200502/msg00170.html

Gavin


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Recursive Queries
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Questions about warnings